Products
If you are unable to find your custom variation field names, please make an API call to view the product properties available to import by following these steps:
- In GoDataFeed, go to Products > Primary Source
- Copy the Base URL using the details from the primary source settings into the browser and append it with “/admin/products.json”
- Example URL: "https://storename.myshopify.com/admin/products.json"
- The browser will prompt you to enter the API username/password
- Open a JSON viewer in your web browser: https://www.jsoneditoronline.org
- Paste the products.json data into this page, under the “Text” tab
- Select the “Viewer” tab to see this data organized
- Navigate to products > 0 > options, and review each option to confirm the exact field name that should be used
- Enter these property names as the field name in the GoDataFeed mapping settings (Products > Mapping)
- Note: If the fields and values do not import, then we may need to escalate this to our technical team to enable our system to import them.
Metafields
If you are unable to find/confirm the metafield names for your import, please make an API call to view the metafield properties available to import by following these steps. Our system requires the "key" name of the metafield in order to import the values:
- Find an example Product ID that contains the needed metafield
- Copy the API URL into the browser and append it with /admin/products/ + the product ID + /metafields.json
- For example, https://mystore.myshopify.com/admin/products/12345/metafields.json
- The browser will prompt you to enter an API username/password
- Open a JSON viewer in your web browser: https://www.jsoneditoronline.org
- Paste the metafields.json data into this page, under the "Text" tab
- Select the “Viewer” tab to see this data organized
- Navigate to JSON > metafields, and review each numbered option to confirm the exact field name that should be used. The field name is represented as the "key"
- Enter this "key" as the field name in the GoDataFeed mapping settings (Products > Mapping)
- Note: If the fields and values do not import, then we may need to escalate this to our technical team to enable our system to import them.
Comments
0 comments
Please sign in to leave a comment.