create_unexpected_problem

Function create_unexpected_problem 

Source
pub async fn create_unexpected_problem(
    configuration: &Configuration,
    amazon_order_id: &str,
    marketplace_ids: Vec<String>,
    body: CreateUnexpectedProblemRequest,
) -> Result<CreateUnexpectedProblemResponse, Error<CreateUnexpectedProblemError>>
Expand description

Sends a critical message to a buyer that an unexpected problem was encountered affecting the completion of the order. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 1 | 5 | The x-amzn-RateLimit-Limit response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.