We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "errors ": [ { "code ": "InvalidInput ", "message ": "Invalid 'sellerId ' and 'marketplaceId ' combination provided. ", "details ": " " } ] }
listingsItemPatchRequest=====> { "patches": [ { "op": "REPLACE", "path": "/attributes/part_number", "value": [ { "marketplace_id": "AT**********", "value": "3370SAA8219US_1" } ] } ], "productType": "SHOCK_ABSORBER" } itemsApi.patchListingsItem("A39********", 8158SAA8213USVC, Collections.singletonList("AT**********"), listingsItemPatchRequest, null);
I need to update or publish the listing under the Vendor Central account now. Is there any interface support available
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description:
Error:
Code
I need to update or publish the listing under the Vendor Central account now. Is there any interface support available
The text was updated successfully, but these errors were encountered: