Inventory Loader
Last updated
Last updated
merchantId
Required
There is documentation on how to retrieve your merchantId
in the section of the Flat file feeds page.
shippingGroupMap
Required if the merchant_shipping_group_name
field is present in the feed file being converted.
This parameter is a mapping of your account's shipping group names to their internal Amazon identifiers.
To produce this mapping, use the getDefinitionsProductType
endpoint of the Selling Partner API to retrieve your seller-account-specific product JSON schema. Make sure to use PRODUCT
for the product type, the marketplace ID of the marketplace this feed will be sent to, and the same merchant ID that you're using when you submit the feed. If you're using jlevers/selling-partner-api
to interact with the Selling Partner API, that would look like this:
Then, pass the schema URL to Converter::parseShippingGroups()
:
To convert a POST_FLAT_FILE_INVLOADER_DATA
feed to the newer JSON_LISTINGS_FEED
format:
This is an exhaustive list of the columns we support for this feed type. If you are successfully passing feed files with additional columns, let us know and we'll add support for the ones we're missing.
sku
price
quantity
product-id
product-id-type
add-delete
will-ship-internationally
(this field will not throw an error, but has no corresponding field in the JSON schema, so no action will be taken related to this field)
expedited-shipping
(ditto will-ship-internationally
)
standard-plus
(ditto will-ship-internationally
and expedited-shipping
)
minimum-seller-allowed-price
maximum-seller-allowed-price
handling-time
fulfillment-center-id
item-condition
item-note
Plus: any and all fields related to product details, such as hazmat and battery info, tax code, etc.