---
title: "deliveryOffers"
method: POST
path: "/fba/outbound/2020-07-01/deliveryOffers"
tags: ["Fulfillment Outbound v2020-07-01"]
---

# deliveryOffers

`POST /fba/outbound/2020-07-01/deliveryOffers`

Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst |
| ---- | ---- |
| 5 | 30 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

## Request body

- GetDeliveryOffersRequest — The request body schema for the `getDeliveryOffers` operation.
  - `product` GetDeliveryOffersProduct, required — The product details for the delivery offer.
    - `productIdentifier` ProductIdentifier, required — Product identifier input that locates a product for MCF.
      - `merchantSku` string, required — The merchant SKU for the product.
    - `amount` Amount — A quantity based on the specified unit of measurement.
      - `unitOfMeasure` 'Eaches', required — The unit of measure for the amount.
      - `value` string, required — A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation. <br>**Pattern** : `^-?(0|([1-9]\d*))(\.\d+)?([eE][+-]?\d+)?$`.
  - `terms` GetDeliveryOffersTerms, required — The delivery terms for the delivery offer.
    - `origin` Origin, required — The origin for the delivery offer.
      - `countryCode` string, required — The two-digit country code (in ISO 3166-1 alpha-2 format) for the country where the items will ship from.
    - `destination` Destination, required — Information about the destination you create when you call the `createDestination` operation.
      - `name` string, required — The developer-defined name for this destination.
      - `destinationId` string, required — The destination identifier generated when you created the destination.
      - `resource` DestinationResource, required — The destination resource types.
        - `sqs` SqsResource — The information required to create an Amazon Simple Queue Service (Amazon SQS) queue destination.
          - `arn` string, required — The Amazon Resource Name (ARN) associated with the SQS queue.
        - `eventBridge` EventBridgeResource — The Amazon EventBridge destination.
          - `name` string, required — The name of the partner event source associated with the destination.
          - `region` string, required — The AWS region in which you receive the notifications. For AWS regions that Amazon EventBridge supports, refer to [Amazon EventBridge endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/ev.html).
          - `accountId` string, required — The identifier for the AWS account that is responsible for charges related to receiving notifications.

## Response `200`

Success.

- GetDeliveryOffersResponse — The response schema for the `getDeliveryOffers` operation.
  - `payload` GetDeliveryOffersResult — A list of delivery offers, including offer expiration, earliest and latest date and time range, and the delivery offer policy.
    - `deliveryOffers` DeliveryOffer[] — An array of delivery offer information.
      - `expiresAt` string, date-time — Date-time formatted timestamp.
      - `dateRange` DateRange — The time range within which something (for example, a delivery) will occur.
        - `earliest` string, date-time, required — Date-time formatted timestamp.
        - `latest` string, date-time, required — Date-time formatted timestamp.
      - `policy` DeliveryPolicy — The policy for a delivery offering.
        - `message` DeliveryMessage — Localized messaging for a delivery offering.
          - `text` string — The message content for a delivery offering.
          - `locale` string — The locale for the message (e.g., `en_US`).
  - `errors` Error[] — A list of error responses returned when a request is unsuccessful.
    - `code` string, required — An error code that identifies the type of error that occurred.
    - `message` string, required — A message that describes the error condition.
    - `details` string — Additional details that can help the caller understand or fix the issue.

## Other responses

- `400` — Request has missing or invalid parameters and cannot be parsed.
- `401` — The request's Authorization header is not formatted correctly or does not contain a valid token.
- `403` — Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `404` — The specified resource does not exist.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
