Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid prep category passed for a certified SKU. It can only be - FC_PROVIDED #4520

Open
he13580362960 opened this issue Jan 13, 2025 · 1 comment
Assignees

Comments

@he13580362960
Copy link

he13580362960 commented Jan 13, 2025

When I called awd checkinbound Eligibility, some SKUs returned error messages Invalid prep category passed for a certified SKU It can only be - FC_PROVIDED, I want to know what this error means and how to determine under what circumstances FC-PROVIDED can be passed, because when creating a separate shipment for this SKU, similar errors will not be reported.
uri:/awd/2024-05-09/inboundEligibility
request body:

{
    "packagesToInbound": [
        {
            "count": 10,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 48,
                            "sku": "MU-P163-ITLP-VE-RO-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.3,
                        "length": 8.0,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 8.0
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 339.2
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.0
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 2,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 54,
                            "sku": "MU-ITLP-PK-RO-US",
                            
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.5,
                        "length": 8.4,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 8.4
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 388.08
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 13.5
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 2,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 48,
                            "sku": "MU-ITLP-22-WH-BEW-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.6,
                        "length": 8.7,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 8.7
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 423.864
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.77
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 3,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 30,
                            "sku": "MU-ILH02-PK-US",
                            "prepDetails": {
                                "labelOwner": "SELF",
                                "prepCategory": "FC_PROVIDED",
                                "prepInstructions": [
                                    {
                                        "prepOwner": "SELF",
                                        "prepType": "ITEM_LABELINGITEM_SIOC"
                                    }
                                ],
                                "prepOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 7.5,
                        "length": 25.5,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 16.5
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 3155.625
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 16.8
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 1,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 50,
                            "sku": "MU-ITLP-55-CL-GPL-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.6,
                        "length": 7.3,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 7.3
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 298.424
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.55
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 1,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 48,
                            "sku": "MU-ITLP-PK-RO-1-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 7.8,
                        "length": 8.6,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 8.6
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 576.888
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 18.24
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 4,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 50,
                            "sku": "MU-P239-ITLP-WH-SQ-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 6.9,
                        "length": 5.3,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 5.3
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 193.821
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 16.5
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 5,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 30,
                            "sku": "MU-ITL-RE-35-PT-WH-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 6.5,
                        "length": 13.8,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 8.2
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 735.54
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 18.0
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 1,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 50,
                            "sku": "MU-P239-ITLP-66-MC-FL-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 6.4,
                        "length": 8.0,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 8.0
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 409.6
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 8.5
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 2,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 72,
                            "sku": "MU-TLP-21-RE-TM-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 3.2,
                        "length": 5.8,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 5.8
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 107.648
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 7.56
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 3,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 48,
                            "sku": "ILH01-PK",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.0,
                        "length": 21.5,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 16.0
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 1720.0
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.67
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 2,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 20,
                            "sku": "MU-ITPP941ST-BK",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 27.0,
                        "length": 22.0,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 5.0
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 2970.0
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.0
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 45,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 8,
                            "sku": "MU-ITPP130B-PK-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 12.0,
                        "length": 20.5,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 17.5
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 4305.0
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 11.6
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 7,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 48,
                            "sku": "ILH01-WH",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.0,
                        "length": 21.5,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 16.0
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 1720.0
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.67
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 2,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 75,
                            "sku": "MU-ITL-RO-22-AR-GN-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 4.5,
                        "length": 5.8,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 4.5
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 117.45
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 4.95
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 1,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 75,
                            "sku": "MU-ITL-RO-22-ST-WG-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.5,
                        "length": 7.5,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 7.5
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 309.375
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 15.6
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 2,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 36,
                            "sku": "MU-PG001-BB-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 4.8,
                        "length": 12.4,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 12.4
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 738.048
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 11.52
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 1,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 48,
                            "sku": "ILH01-PP",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.0,
                        "length": 21.5,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 16.0
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 1720.0
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.67
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 2,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 75,
                            "sku": "MU-ITL-22-MC-SQ-1-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.5,
                        "length": 7.5,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 7.5
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 309.375
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 15.53
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 100,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 24,
                            "sku": "MU-LS001-WHTYAB-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 4.2,
                        "length": 16.8,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 11.2
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 790.272
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 12.31
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 14,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 4,
                            "sku": "MU-APB-1294-BL",
                            "prepDetails": {
                                "prepCategory": "NO_PREP",
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 20.0,
                        "length": 26.0,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 22.5
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 11700.0
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 8.8
                    }
                },
                "type": "CASE"
            }
        },
        {
            "count": 1,
            "distributionPackage": {
                "contents": {
                    "products": [
                        {
                            "quantity": 50,
                            "sku": "MU-LC013-GCTYPA-US",
                            "prepDetails": {
                                "labelOwner": "SELF"
                            }
                        }
                    ]
                },
                "measurements": {
                    "dimensions": {
                        "height": 5.5,
                        "length": 8.8,
                        "unitOfMeasurement": "CENTIMETERS",
                        "width": 8.8
                    },
                    "volume": {
                        "unitOfMeasurement": "CC",
                        "volume": 425.92
                    },
                    "weight": {
                        "unitOfMeasurement": "KILOGRAMS",
                        "weight": 16.1
                    }
                },
                "type": "CASE"
            }
        }
    ]
}

response body

{
    "ineligibilityReasons": [],
    "packagesToInbound": [
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 10,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 48,
                                "sku": "MU-P163-ITLP-VE-RO-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.3,
                            "length": 8.0,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 8.0
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 339.2
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.0
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [
                {
                    "code": "EXPECTED_CERTIFIED_PREP_CATEGORY",
                    "description": "Invalid prep category passed for a certified SKU. It can only be - FC_PROVIDED"
                }
            ],
            "packageQuantity": {
                "count": 2,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 54,
                                "sku": "MU-ITLP-PK-RO-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.5,
                            "length": 8.4,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 8.4
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 388.08
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 13.5
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "INELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 2,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 48,
                                "sku": "MU-ITLP-22-WH-BEW-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.6,
                            "length": 8.7,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 8.7
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 423.864
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.77
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 3,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepCategory": "FC_PROVIDED",
                                    "prepInstructions": [
                                        {
                                            "prepOwner": "SELF",
                                            "prepType": "ITEM_LABELINGITEM_SIOC"
                                        }
                                    ],
                                    "prepOwner": "SELF"
                                },
                                "quantity": 30,
                                "sku": "MU-ILH02-PK-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 7.5,
                            "length": 25.5,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 16.5
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 3155.625
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 16.8
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 1,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 50,
                                "sku": "MU-ITLP-55-CL-GPL-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.6,
                            "length": 7.3,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 7.3
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 298.424
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.55
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 1,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 48,
                                "sku": "MU-ITLP-PK-RO-1-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 7.8,
                            "length": 8.6,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 8.6
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 576.888
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 18.24
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 4,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 50,
                                "sku": "MU-P239-ITLP-WH-SQ-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 6.9,
                            "length": 5.3,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 5.3
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 193.821
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 16.5
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 5,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 30,
                                "sku": "MU-ITL-RE-35-PT-WH-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 6.5,
                            "length": 13.8,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 8.2
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 735.54
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 18.0
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 1,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 50,
                                "sku": "MU-P239-ITLP-66-MC-FL-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 6.4,
                            "length": 8.0,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 8.0
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 409.6
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 8.5
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 2,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 72,
                                "sku": "MU-TLP-21-RE-TM-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 3.2,
                            "length": 5.8,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 5.8
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 107.648
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 7.56
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [
                {
                    "code": "EXPECTED_CERTIFIED_PREP_CATEGORY",
                    "description": "Invalid prep category passed for a certified SKU. It can only be - FC_PROVIDED"
                }
            ],
            "packageQuantity": {
                "count": 3,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 48,
                                "sku": "ILH01-PK"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.0,
                            "length": 21.5,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 16.0
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 1720.0
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.67
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "INELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 2,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 20,
                                "sku": "MU-ITPP941ST-BK"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 27.0,
                            "length": 22.0,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 5.0
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 2970.0
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.0
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [
                {
                    "code": "EXPECTED_CERTIFIED_PREP_CATEGORY",
                    "description": "Invalid prep category passed for a certified SKU. It can only be - FC_PROVIDED"
                }
            ],
            "packageQuantity": {
                "count": 45,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 8,
                                "sku": "MU-ITPP130B-PK-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 12.0,
                            "length": 20.5,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 17.5
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 4305.0
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 11.6
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "INELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 7,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 48,
                                "sku": "ILH01-WH"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.0,
                            "length": 21.5,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 16.0
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 1720.0
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.67
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 2,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 75,
                                "sku": "MU-ITL-RO-22-AR-GN-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 4.5,
                            "length": 5.8,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 4.5
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 117.45
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 4.95
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 1,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 75,
                                "sku": "MU-ITL-RO-22-ST-WG-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.5,
                            "length": 7.5,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 7.5
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 309.375
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 15.6
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 2,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 36,
                                "sku": "MU-PG001-BB-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 4.8,
                            "length": 12.4,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 12.4
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 738.048
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 11.52
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 1,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 48,
                                "sku": "ILH01-PP"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.0,
                            "length": 21.5,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 16.0
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 1720.0
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.67
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 2,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 75,
                                "sku": "MU-ITL-22-MC-SQ-1-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.5,
                            "length": 7.5,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 7.5
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 309.375
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 15.53
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        },
        {
            "ineligibilityReasons": [
                {
                    "code": "EXPECTED_CERTIFIED_PREP_CATEGORY",
                    "description": "Invalid prep category passed for a certified SKU. It can only be - FC_PROVIDED"
                }
            ],
            "packageQuantity": {
                "count": 100,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 24,
                                "sku": "MU-LS001-WHTYAB-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 4.2,
                            "length": 16.8,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 11.2
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 790.272
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 12.31
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "INELIGIBLE"
        },
        {
            "ineligibilityReasons": [
                {
                    "code": "EXPECTED_CERTIFIED_PREP_CATEGORY",
                    "description": "Invalid prep category passed for a certified SKU. It can only be - FC_PROVIDED"
                }
            ],
            "packageQuantity": {
                "count": 14,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepCategory": "NO_PREP",
                                    "prepInstructions": []
                                },
                                "quantity": 4,
                                "sku": "MU-APB-1294-BL"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 20.0,
                            "length": 26.0,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 22.5
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 11700.0
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 8.8
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "INELIGIBLE"
        },
        {
            "ineligibilityReasons": [],
            "packageQuantity": {
                "count": 1,
                "distributionPackage": {
                    "contents": {
                        "packages": [],
                        "products": [
                            {
                                "attributes": [],
                                "prepDetails": {
                                    "labelOwner": "SELF",
                                    "prepInstructions": []
                                },
                                "quantity": 50,
                                "sku": "MU-LC013-GCTYPA-US"
                            }
                        ]
                    },
                    "measurements": {
                        "dimensions": {
                            "height": 5.5,
                            "length": 8.8,
                            "unitOfMeasurement": "CENTIMETERS",
                            "width": 8.8
                        },
                        "volume": {
                            "unitOfMeasurement": "CC",
                            "volume": 425.92
                        },
                        "weight": {
                            "unitOfMeasurement": "KILOGRAMS",
                            "weight": 16.1
                        }
                    },
                    "type": "CASE"
                }
            },
            "status": "ELIGIBLE"
        }
    ],
    "previewedAt": "2025-01-13T11:13:23.928Z",
    "status": "INELIGIBLE"
}
@jcjiacheng jcjiacheng self-assigned this Jan 14, 2025
@jcjiacheng
Copy link

Hi because Amazon has different prep instruction based on different product categories. Some products will have stricter rules regarding the preparation instruction.
Checkout https://developer-docs.amazon.com/sp-api/reference/listprepdetails
and https://developer-docs.amazon.com/sp-api/reference/setprepdetails
for more details. In addition, you can also take same action from seller central.

Best
Jiacheng
Selling Partner API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants