Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Offer: Not Update Price, Quantity, and Merchant Shipping Group #271

Open
Chintan-2108 opened this issue Mar 6, 2024 · 0 comments

Comments

@Chintan-2108
Copy link

We are encountering an issue when attempting to create an offer on existing ASIN with the SKU,price, quantity, and merchant shipping group for a specific product listing. Despite providing the required attributes in the payload body for the PUT request, the changes are not reflected accurately. Here are the details:

Price Update:
Expected: Price should be updated to £4.82.
Observed: The price is being set to 0 instead of the desired £4.82.

Quantity Update:
Expected: Quantity should be set to 0.
Observed: The quantity is appearing as blank instead of 0.

Merchant Shipping Group Update:
Expected: Merchant shipping group should be updated to "Nationwide Prime".
Observed: The merchant shipping group remains unchanged from its default value.

The issue persists despite ensuring that all required attributes are present in the payload body. We are utilizing Postman for the PUT request to the specified endpoint:

PUT https://sellingpartnerapi-eu.amazon.com/listings/2021-08-01/items/AMxxxxxM9/HN-B963-MMKXH9D?marketplaceIds=A1xxxxxxxxxP&issueLocale=en_GB

{ "productType": "AREA_DEODORIZER", "requirements": "LISTING_OFFER_ONLY", "attributes": { "merchant_suggested_asin": [ { "value": "B07X9MJ519", "marketplace_id": "A1xxxxxxxxxP" } ], "condition_type": [ { "value": "new_new", "marketplace_id": "A1xxxxxxxxxP" } ] }, "purchasable_offer": [ { "currency": "GBP", "our_price": [ { "schedule": [ { "value_with_tax": 4.82 } ] } ], "marketplace_id": "A1xxxxxxxxxP" } ], "fulfillment_availability": [ { "fulfillment_channel_code": "DEFAULT", "quantity": 0, "marketplace_id": "A1xxxxxxxxxP" } ], "merchant_shipping_group": [ { "value": "ba93e55d-cdf7-4549-819d-f7465a135c83", "marketplace_id": "A1xxxxxxxxxP" } ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant