{
"sellerSku": "123TestSellerSKU1",
"marketplaceId": {{MARKET_USA}},
"productName": "Football Boot"
}
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/fba/inventory/v1/items' \
--header 'Content-Type: application/json' \
--data-raw '{
"sellerSku": "123TestSellerSKU1",
"marketplaceId": {{MARKET_USA}},
"productName": "Football Boot"
}'
{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}