Shopify API
Overview
Endpoints
RegisterServices
OrderServices
Schemas
DtoShopifyTokenRequest
DtoShopifyRegisterWebhookShopifyRequest
DtoWebhookSubscription
DtoShopifyRegisterShippingCostRequest
DtoCarrierService
DtoShopifyShippingCostResponse
DtoShippingCostResponse
DtoLocationRate
DtoItems
DtoRateShipping
DtoShopifyShippingCostBody
DtoShopifyNotificationBodyFromNintendoRequest
DtoOrderNintendo
DtoPackages
DtoShopifyWebhookCreateOrderBody
DtoClientDetails
DtoCurrentSubTotalPriceSet
DtoMoney
DtoTax
DtoAddress
DtoCustomer
DtoShippingLine
powered by Stoplight
DtoLocationRate
country
stringCountry abbreviation for delivery
Example:
CL
postal_code
stringCode to identify a zone
Example:
XXXXXXX
province
stringProvince abbreviation for delivery
Example:
RM
city
stringCity for delivery
Example:
La Florida
name
stringPerson's contact name
Example:
Juan Perez
address1
stringExample:
address2
stringExample:
address3
stringExample:
phone
stringPerson's contact number
Example:
123456789
fax
stringExample:
null
email
stringPerson's email address
Example:
xxxxxxx@yyyyy.zzz
address_type
stringExample:
null
company_name
stringExample:
XXXXXXXXXXXXX
1{2"country": "CL",3"postal_code": "XXXXXXX",4"province": "RM",5"city": "La Florida",6"name": "Juan Perez",7"address1": "",8"address2": "",9"address3": "",10"phone": 123456789,11"fax": null,12"email": "xxxxxxx@yyyyy.zzz",13"address_type": null,14"company_name": "XXXXXXXXXXXXX"15}