Skip to content

Instantly share code, notes, and snippets.

@prisync
Created December 28, 2017 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prisync/da71c17626539de4acfbbae6450a523c to your computer and use it in GitHub Desktop.
Save prisync/da71c17626539de4acfbbae6450a523c to your computer and use it in GitHub Desktop.
payload = {
# Name of the product
'name': 'iPhone X, GSM Unlocked 5.8", 64 GB - Space Gray',
# Brand (producer, supplier) of the item. You can set it to "No Brand" if you
# like to
'brand': 'Apple',
# A category you pick. It may be a category within your product hierarchy,
# or it can be a separate tag like "Discounted items", "Low traffic" etc.
'category': 'Unlocked Cell Phones',
# Product code, SKU, EAN, ASIN or whatever you choose to match a product
# to your own database. Below is an ASIN code.
'product_code': 'B075QJSQM5'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment