Open frankHHHHHHH opened 2 months ago
{ "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
Problem description:
Error:
Code
I need to update or publish the listing under the Vendor Central account now. Is there any interface support available