pub async fn get_prep_instructions(
    configuration: &Configuration,
    ship_to_country_code: &str,
    seller_sku_list: Option<Vec<String>>,
    asin_list: Option<Vec<String>>
) -> Result<GetPrepInstructionsResponse, Error>
Expand description

Returns labeling requirements and item preparation instructions to help prepare items for shipment to Amazon’s fulfillment network. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.