shop_url
: a required URL to your Shopify store.access_token
: a required access token to use for authentication.yotpo_app_key
: a token needed to access customer reviews via the Yotpo Product Reviews app.yotpo_access_token
: a token needed to access customer reviews via the Yotpo Product Reviews app.yotpo_app_key
following this instruction for retrieving your app key. Learn more about Yotpo authentication here.yotpo_access_token
following this instruction.INSERT INTO
statement, providing the following values: title
, body_html
, vendor
, product_type
, tags
, status
.
To update existing data, run the UPDATE
statement.
To delete data, run the DELETE
statement.
UPDATE
statement.
To delete data, run the DELETE
statement.
INSERT INTO
statement.
To update existing data, run the UPDATE
statement.
To delete data, run the DELETE
statement.
INSERT INTO
statement, providing the following values: name
, callback_url
, service_discovery
.
To update existing data, run the UPDATE
statement.
To delete data, run the DELETE
statement.