You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am banging my head on replacing country_of_origin attribute on multiple listings. Could you please take a look at my code and point me in the right direction?
Error:
"errors": [
{
"code": "InvalidInput",
"message": "Invalid empty value provided in patch at index of 0.",
"details": ""
}
]
Problem description:
I am banging my head on replacing country_of_origin attribute on multiple listings. Could you please take a look at my code and point me in the right direction?
Error:
Code
here is the generated request body:
SellingPartnerApi\Seller\ListingsItemsV20210801\Dto\ListingsItemPatchRequest Object
(
[productType] => BEAUTY
[patches] => Array
(
[0] => SellingPartnerApi\Seller\ListingsItemsV20210801\Dto\PatchOperation Object
(
[op] => replace
[path] => /attributes/country_of_origin
[value] => Array
(
[value] => DE
[marketplace_id] => AMEN7PMS3EDWL
)
)
The text was updated successfully, but these errors were encountered: