Module mws::fulfillment_outbound [] [src]

Fulfillment Outbound Shipment API - Version 2010-10-01

Documentation

Structs

Currency
DestinationAddress
Error

The Error type.

FulfillmentOrder
FulfillmentOrderItem
FulfillmentShipment

Delivery and item information for a shipment in a fulfillment order.

FulfillmentShipmentItem

Item information for a shipment in a fulfillment order.

FulfillmentShipmentPackage
GetFulfillmentOrderResponse
GetPackageTrackingDetailsResponse
ListAllFulfillmentOrdersResponse
PackageTrackingDetails
ReturnAuthorizationList
ReturnItemList
TrackingAddress
TrackingEvent

Enums

ErrorKind

The kind of an error.

FulfillmentOrderStatus
FulfillmentPolicy
FulfillmentShipmentStatus
PackageStatus

Traits

ResultExt

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

Functions

GetFulfillmentOrder

Returns a fulfillment order based on a specified SellerFulfillmentOrderId.

GetPackageTrackingDetails

Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order.

ListAllFulfillmentOrders

Returns a list of fulfillment orders fulfilled after (or at) a specified date.

ListAllFulfillmentOrdersByNextToken

Returns the next page of fulfillment orders using the NextToken parameter.

Type Definitions

Result

Convenient wrapper around std::Result.