‣
Each schema page contains the following columns
- Default Field Name
- The field name Shoptable creates on the table.
- Direct from API
- Whether the value of the field is directly taken from the Shopify GraphQL API.
- If this checked then you can find more information about the field on the documentation page for the object with matching "Default Column Name".
- e.g.
Products.title
is a field directly taken from the API. Find out more information by going to the Products documentation page and going to the field named "title". - Each schema page will have a link to the matching object GraphQL documentation page.
- Any field with "Direct from API" checked will not have a value in the "Description" column.
- Description
- Information about the field if it's not directly taken from the Shopify GraphQL API.
- Oftentimes this will simply indicate which properties to look up on the object
- Pattern:
<object_name>.<property_name>
- There may be multiple property names
- Editable from Airtable
- Whether or not the field is editable from Airtable to Shopify.
- If this is checked then you can modify the field within Airtable and sync back to Shopify using the sync button.
- If you make changes to other fields and sync the record to Shopify, these fields will be reverted back to their previous value.
GraphQL Documentation
Default Field Name | Direct from API | Description | Editable from Airtable |
---|---|---|---|
activatable | |||
addressVerified | |||
deactivatable | |||
deactivatedAt | |||
deletable | |||
fulfillsOnlineOrders | |||
hasActiveInventory | |||
hasUnfulfilledOrders | |||
id | |||
isActive | |||
legacyResourceId | |||
name | |||
shipsInventory | |||
address1 | location.address.address1 | ||
address2 | location.address.address2 | ||
city | location.address.city | ||
country | location.address.country | ||
countryCode | location.address.countryCode | ||
latitude | location.address.latitude | ||
longitude | location.address.longitude | ||
phone | location.address.phone | ||
province | location.address.province | ||
provinceCode | location.address.provinceCode | ||
zip | location.address.zip | ||
fulfillmentService.id | location.fulfillmentService.id | ||
fulfillmentService.handle | location.fulfillmentService.handle | ||
fulfillmentService.type | location.fulfillmentService.type |