- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
getListingOffers
Tested
GET
/products/pricing/v0/listings/{SellerSKU}/offers
productPricing
Last modified:2024-12-12 05:09:31
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
1 | 2 |
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 see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.Request
Path Params
SellerSKU
stringÂ
required
Example:
NABetaASINB00V5DG6IQ
Query Params
MarketplaceId
stringÂ
required
Example:
{{MARKET_USA}}
ItemCondition
enum<string>Â
required
Allowed values:
NewUsedCollectibleRefurbishedClub
Example:
New
CustomerType
enum<string>Â
optional
Allowed values:
ConsumerBusiness
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/products/pricing/v0/listings/NABetaASINB00V5DG6IQ/offers?MarketplaceId={{MARKET_USA}}&ItemCondition=New&CustomerType'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response schema for the `getListingOffers` and `getItemOffers` operations.
payload
object (GetOffersResult)Â
optional
MarketplaceID
stringÂ
required
ASIN
stringÂ
optional
SKU
stringÂ
optional
ItemCondition
enum<string>Â
required
Allowed values:
NewUsedCollectibleRefurbishedClub
status
stringÂ
required
Identifier
object (ItemIdentifier)Â
required
Summary
object (Summary)Â
required
Offers
array[object (OfferDetail) {16}]Â
required
<= 20 items
errors
array[object (Error) {3}]Â
optional
code
stringÂ
required
message
stringÂ
required
details
stringÂ
optional
Example
{
"payload": {
"MarketplaceID": "string",
"ASIN": "string",
"SKU": "string",
"ItemCondition": "New",
"status": "string",
"Identifier": {
"identifierType": "string",
"identifier": "string"
},
"Summary": {
"TotalOfferCount": 0,
"NumberOfOffers": [
{
"condition": "string",
"fulfillmentChannel": "Amazon",
"OfferCount": 0
}
],
"LowestPrices": [
{
"condition": "string",
"fulfillmentChannel": "string",
"offerType": "B2C",
"quantityTier": 0,
"quantityDiscountType": "QUANTITY_DISCOUNT",
"LandedPrice": {
"currencyCode": "string",
"amount": 0
},
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
}
}
],
"BuyBoxPrices": [
{
"condition": "string",
"offerType": "B2C",
"quantityTier": 0,
"quantityDiscountType": "QUANTITY_DISCOUNT",
"LandedPrice": {
"currencyCode": "string",
"amount": 0
},
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
},
"sellerId": "string"
}
],
"ListPrice": {
"currencyCode": "string",
"amount": 0
},
"CompetitivePriceThreshold": {
"currencyCode": "string",
"amount": 0
},
"SuggestedLowerPricePlusShipping": {
"currencyCode": "string",
"amount": 0
},
"SalesRankings": [
{
"ProductCategoryId": "string",
"Rank": 0
}
],
"BuyBoxEligibleOffers": [
{
"condition": "string",
"fulfillmentChannel": "Amazon",
"OfferCount": 0
}
],
"OffersAvailableTime": "2019-08-24T14:15:22Z"
},
"Offers": [
{
"MyOffer": true,
"offerType": "B2C",
"SubCondition": "string",
"SellerId": "string",
"ConditionNotes": "string",
"SellerFeedbackRating": {
"SellerPositiveFeedbackRating": 0,
"FeedbackCount": 0
},
"ShippingTime": {
"minimumHours": 0,
"maximumHours": 0,
"availableDate": "string",
"availabilityType": "NOW"
},
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"quantityDiscountPrices": [
{
"quantityTier": 0,
"quantityDiscountType": "QUANTITY_DISCOUNT",
"listingPrice": {
"currencyCode": "string",
"amount": 0
}
}
],
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"ShipsFrom": {
"State": "string",
"Country": "string"
},
"IsFulfilledByAmazon": true,
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": true
},
"IsBuyBoxWinner": true,
"IsFeaturedMerchant": true
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
🔴503Service Unavailable