-
Notifications
You must be signed in to change notification settings - Fork 753
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
Error when updating fulfillment_availability using JSON_LISTINGS_FEED #4554
Comments
Hi @Rajesh-ExertisGO, |
Hi, Tried with the below and still same error, also the issue you pointed out talked about removing a element nothing about the error message
Response
|
Hi @Rajesh-ExertisGO, |
@mafge I have opened the ticket ticket number is 10731517792 |
Hi,
When i try to update the fulfillment_availability quantity using JSON_LISTINGS_FEED i getting error Invalid parameters provided -
Feed content -
{
"header" : {
"sellerId" : "A1FXXXXXXXX",
"version" : "2.0",
"issueLocale" : "en_US"
},
"messages" : [
{
"messageId" : 1,
"sku" : "312948-FBM",
"operationType" : "PATCH",
"productType" : "PRODUCT",
"patches":[
{
"op": "replace",
"path": "/attributes/fulfillment_availability",
"value": [
{
"quantity": 1
}
]
}
]
}
]
}
Response -
{
"header": {
"sellerId": "A1FXXXXXXXX",
"version": "2.0",
"feedId": "357051020111"
},
"issues": [
{
"messageId": 1,
"code": "BAD_REQUEST",
"severity": "ERROR",
"message": "Invalid parameters provided."
}
],
"summary": {
"errors": 1,
"warnings": 0,
"messagesProcessed": 1,
"messagesAccepted": 0,
"messagesInvalid": 1
}
}
The text was updated successfully, but these errors were encountered: