amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
pub mod address;
pub use self::address::Address;
pub mod amazon_prep_fees_details;
pub use self::amazon_prep_fees_details::AmazonPrepFeesDetails;
pub mod amount;
pub use self::amount::Amount;
pub mod asin_prep_instructions;
pub use self::asin_prep_instructions::AsinPrepInstructions;
pub mod barcode_instruction;
pub use self::barcode_instruction::BarcodeInstruction;
pub mod bill_of_lading_download_url;
pub use self::bill_of_lading_download_url::BillOfLadingDownloadUrl;
pub mod box_contents_fee_details;
pub use self::box_contents_fee_details::BoxContentsFeeDetails;
pub mod box_contents_source;
pub use self::box_contents_source::BoxContentsSource;
pub mod currency_code;
pub use self::currency_code::CurrencyCode;
pub mod error;
pub use self::error::Error;
pub mod error_reason;
pub use self::error_reason::ErrorReason;
pub mod get_bill_of_lading_response;
pub use self::get_bill_of_lading_response::GetBillOfLadingResponse;
pub mod get_labels_response;
pub use self::get_labels_response::GetLabelsResponse;
pub mod get_prep_instructions_response;
pub use self::get_prep_instructions_response::GetPrepInstructionsResponse;
pub mod get_prep_instructions_result;
pub use self::get_prep_instructions_result::GetPrepInstructionsResult;
pub mod get_shipment_items_response;
pub use self::get_shipment_items_response::GetShipmentItemsResponse;
pub mod get_shipment_items_result;
pub use self::get_shipment_items_result::GetShipmentItemsResult;
pub mod get_shipments_response;
pub use self::get_shipments_response::GetShipmentsResponse;
pub mod get_shipments_result;
pub use self::get_shipments_result::GetShipmentsResult;
pub mod inbound_shipment_info;
pub use self::inbound_shipment_info::InboundShipmentInfo;
pub mod inbound_shipment_item;
pub use self::inbound_shipment_item::InboundShipmentItem;
pub mod invalid_asin;
pub use self::invalid_asin::InvalidAsin;
pub mod invalid_sku;
pub use self::invalid_sku::InvalidSku;
pub mod label_download_url;
pub use self::label_download_url::LabelDownloadUrl;
pub mod label_prep_type;
pub use self::label_prep_type::LabelPrepType;
pub mod prep_details;
pub use self::prep_details::PrepDetails;
pub mod prep_guidance;
pub use self::prep_guidance::PrepGuidance;
pub mod prep_instruction;
pub use self::prep_instruction::PrepInstruction;
pub mod prep_owner;
pub use self::prep_owner::PrepOwner;
pub mod shipment_status;
pub use self::shipment_status::ShipmentStatus;
pub mod sku_prep_instructions;
pub use self::sku_prep_instructions::SkuPrepInstructions;