Returns listing restrictions for an item in the indicated marketplace

Returns restrictions on listing an item for a given ASIN and seller. A successful response does not guarantee the seller can list — check the restrictions array.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

asinstringRequired

Walmart Item ID (maps to ASIN in Walmart Seller API)

conditionTypeenumRequired
sellerIdstringRequired
marketplaceIdslist of enumsRequired
Allowed values:
reasonLocalestringOptionalDefaults to en_US
Locale for localized restriction reason messages

Response

Success
restrictionslist of objectsOptional

Errors

400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error