listInboundPlanBoxesget https://sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/boxesProvides a paginated list of box packages in an inbound plan.Path ParamsinboundPlanIdstringrequiredlength between 38 and 38Identifier of an inbound plan.Query ParamspageSizeinteger1 to 1000Defaults to 10The number of boxes to return in the response matching the given query.paginationTokenstringlength between 0 and 1024A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the pagination returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.Responses 200ListInboundPlanBoxes 200 response 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated 4 months ago