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
DtoShopifyShippingCostBody
rate
objectorigin
objectdestination
objectitems
array[object]currency
stringAbbreviation of the currency used in the payment.
Example:
PEN
locale
stringExample:
1{2"rate": {3"origin": {4"country": "CL",5"postal_code": "XXXXXXX",6"province": "RM",7"city": "La Florida",8"name": "Juan Perez",9"address1": "",10"address2": "",11"address3": "",12"phone": 123456789,13"fax": null,14"email": "xxxxxxx@yyyyy.zzz",15"address_type": null,16"company_name": "XXXXXXXXXXXXX"17},18"destination": {19"country": "CL",20"postal_code": "XXXXXXX",21"province": "RM",22"city": "La Florida",23"name": "Juan Perez",24"address1": "",25"address2": "",26"address3": "",27"phone": 123456789,28"fax": null,29"email": "xxxxxxx@yyyyy.zzz",30"address_type": null,31"company_name": "XXXXXXXXXXXXX"32},33"items": [34{}35],36"currency": "PEN",37"locale": ""38}39}