DtoShopifyRegisterWebhookShopifyRequest

shop
string
required

Url that identifies a shop

Example:
https://pruebasintegracion.myshopify.com/
access_token
string
required

Key that allows query responses

Example:
XXXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Example
1
{
2
"shop": "https://pruebasintegracion.myshopify.com/",
3
"access_token": "XXXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
4
}