Fulfillment Inbound Shipment

class pymazonian.InboundShipments(access_key, secret_key, account_id, region='US', domain='', uri='', version='', auth_token='')
create_inbound_shipment(shipment_id, inbound_shipment_header, inbound_shipment_items)
Parameters:
  • shipment_id
  • inbound_shipment_header
  • inbound_shipment_items
Returns:

DictWrapper

create_inbound_shipment_plan(ship_from_address, inbound_shipment_plan_request_items, ship_to_country_code=None, ship_to_country_ship_to_country_subdivision_code=None, label_prep_preference=None)

The CreateInboundShipmentPlan operation returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon’s fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory.

Parameters:
  • ship_from_address
  • inbound_shipment_plan_request_items
  • ship_to_country_code
  • ship_to_country_ship_to_country_subdivision_code
  • label_prep_preference
Returns:

DictWrapper

inbound_guidance_for_asin(asin_inbound_guidance_list, marketplace_id)

The GetInboundGuidanceForASIN operation lets a seller know if Amazon recommends sending a product to a given marketplace. In some cases, Amazon provides guidance for why a given ASIN is not recommended for shipment to Amazon’s fulfillment network.

Parameters:
  • asin_inbound_guidance_list
  • marketplace_id
Returns:

DictWrapper

inbound_guidance_for_sku(sku_inbound_guidance_list, marketplace_id)

The GetInboundGuidanceForSKU operation lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given Seller SKU is not recommended for shipment to Amazon’s fulfillment network.

Parameters:
  • sku_inbound_guidance_list
  • marketplace_id
Returns:

DictWrapper

list_inbound_shipment_items(shipment_id=None, last_updated_after=None, last_updated_before=None)

Returns a list of items contained in an inbound shipment that you specify with a ShipmentId. Alternatively, if you submit the LastUpdatedAfter and LastUpdatedBefore request parameters, the ListInboundShipmentItems operation returns inbound shipment items based on when the items were last updated. Note that if you specify the ShipmentId, then the LastUpdatedAfter and LastUpdatedBefore request parameters are ignored.

Parameters:
  • shipment_id
  • last_updated_after
  • last_updated_before
Returns:

DictWrapper

list_inbound_shipment_items_by_next_token(token)

Takes a “NextToken” and returns the same information as :func “list_inbound_shipment_items”. Based on the “NextToken”.

Parameters:token – A string token returned in the response of your previous request to either ListInboundShipmentItems or ListInboundShipmentItemsByNextToken.
Returns:DictWrapper
list_inbound_shipments(shipment_status_list=None, shipment_id_list=None, last_updated_after=None, last_updated_before=None)
Parameters:
  • shipment_status_list (list of ShipmentStatus) –
  • shipment_id_list (list of ShipmentStatus) –
  • last_updated_after – A date used for selecting inbound shipments that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.
  • last_updated_before – A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
Returns:

DictWrapper

list_inbound_shipments_by_next_token(token)

Takes a “NextToken” and returns the same information as :func “list_inbound_shipments”. Based on the “NextToken”.

Parameters:token – A string token returned in the response of your previous request to either ListInboundShipments or ListInboundShipmentsByNextToken.
Returns:DictWrapper