The "Error 99036: The merchant_shipping_group (Standardvorlage Amazon) field contains an invalid value" error indicates that the merchant_shipping_group
attribute has been assigned a value that Amazon does not recognize as valid. The merchant_shipping_group
defines the shipping settings or templates associated with the product. Using an unrecognized or incorrect value can cause issues with how shipping is calculated and displayed.
Common Causes:
To resolve the "Error 99036: The merchant_shipping_group (Standardvorlage Amazon) field contains an invalid value," follow these steps:
merchant_shipping_group
field.merchant_shipping_group
field with a valid value that matches one of the recognized shipping groups.Example Corrections:
{ "sku": "B00123", "merchant_shipping_group": "Standardvorlage Amazon" }
{ "sku": "B00123", "merchant_shipping_group": "Standard Shipping" }
(assuming "Standard Shipping" is a valid group name)merchant_shipping_group
, is populated according to Amazon’s requirements.merchant_shipping_group
value.merchant_shipping_group
are valid and recognized by Amazon.Advanced Strategies for Managing Shipping Groups on Amazon
By adopting these advanced strategies, sellers can effectively manage shipping groups, minimize the risk of "Error 99036: The merchant_shipping_group (Standardvorlage Amazon) field contains an invalid value," and ensure accurate and compliant product listings on Amazon. Proper data management not only prevents errors but also enhances the visibility, searchability, and overall performance of your products on the platform.