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

Vendor Central encountered an error while calling patchListingItem #777

Open
frankHHHHHHH opened this issue Sep 4, 2024 · 0 comments
Open

Comments

@frankHHHHHHH
Copy link

Problem description:

Error:

{
    "errors ": [
        {
            "code ": "InvalidInput ",
            "message ": "Invalid  'sellerId ' and  'marketplaceId ' combination provided. ",
            "details ": " "
        }
    ]
}

Code

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

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