Module mws::fulfillment_outbound [] [src]

Fulfillment Outbound Shipment API - Version 2010-10-01

Documentation

Structs

CancelFulfillmentOrderResponse
CreateFulfillmentOrderItem

Item information for creating a fulfillment order.

CreateFulfillmentOrderParameters

Parameters for CreateFulfillmentOrder

CreateFulfillmentOrderResponse
Currency
DeliveryWindow

The time range within which your Scheduled Delivery fulfillment order should be delivered.

DestinationAddress
Error

The Error type.

Fee

Fee type and cost.

FulfillmentOrder
FulfillmentOrderItem
FulfillmentPreview

Information about a fulfillment order preview, including delivery and fee information based on shipping method.

FulfillmentPreviewItem

Item information for a shipment in a fulfillment order preview.

FulfillmentPreviewShipment

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

FulfillmentShipment

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

FulfillmentShipmentItem

Item information for a shipment in a fulfillment order.

FulfillmentShipmentPackage
GetFulfillmentOrderResponse
GetFulfillmentPreviewItem

Item information for a fulfillment order preview.

GetFulfillmentPreviewParameters

Parameters for GetFulfillmentPreview

GetFulfillmentPreviewResponse
GetPackageTrackingDetailsResponse
ListAllFulfillmentOrdersResponse
PackageTrackingDetails
ReturnAuthorizationList
ReturnItemList
ScheduledDeliveryInfo

Delivery information for a Scheduled Delivery.

TrackingAddress
TrackingEvent
UnfulfillablePreviewItem

Information about unfulfillable items in a fulfillment order preview.

Weight

Weight unit and amount.

Enums

ErrorKind

The kind of an error.

FulfillmentAction
FulfillmentOrderStatus
FulfillmentPolicy
FulfillmentShipmentStatus
PackageStatus
ShippingSpeedCategory

Traits

ResultExt

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

Functions

CancelFulfillmentOrder

Requests that Amazon stop attempting to fulfill an existing fulfillment order.

CreateFulfillmentOrder

Requests that Amazon ship items from the seller's inventory in Amazon's fulfillment network to a destination address.

GetFulfillmentOrder

Returns a fulfillment order based on a specified SellerFulfillmentOrderId.

GetFulfillmentPreview

Returns a list of fulfillment order previews based on shipping criteria that you specify.

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.