Module mws::fulfillment_inbound_shipment [] [src]

Amazon MWS Fulfillment Inbound Shipment API - Version 2010-10-01

Documentation

Structs

Address

Postal address information.

Amount
BoxContentsFeeDetails

The manual processing fee per unit and total fee for a shipment.

Error

The Error type.

InboundShipmentInfo

Information about your inbound shipments. Returned by the ListInboundShipments operation.

InboundShipmentItem

Item information for an inbound shipment. Submitted with a call to the CreateInboundShipment or UpdateInboundShipment operation.

ListInboundShipmentItemsParameters

Parameters for ListInboundShipments

ListInboundShipmentItemsResponse
ListInboundShipmentsParameters

Parameters for ListInboundShipments

ListInboundShipmentsResponse

Enums

BoxContentsSource
ErrorKind

The kind of an error.

LabelPrepType
ShipmentStatus

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

ListInboundShipmentItems

Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame.

ListInboundShipmentItemsByNextToken

Returns the next page of inbound shipment items using the NextToken parameter.

ListInboundShipments

Returns a list of inbound shipments based on criteria that you specify.

ListInboundShipmentsByNextToken

Returns the next page of inbound shipments using the NextToken parameter.

Type Definitions

Result

Convenient wrapper around std::Result.