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
DtoPackages
ClientPackageID
stringUnique number that identifies a client's package
Example:
34572399894
envelope
stringExample:
PAQUETE
weight
numberWeight of the package
Example:
200
weightUnit
stringUnits in which the weight is measured
Example:
gramos
size
numberExample:
M
quantity
numberNumber of packages
Example:
1
name
stringExample:
Umbro Shirts | Authentic Umbro Mexico
currency
stringExample:
CLP
unitaryProductPrice
numberExample:
150
1{2"ClientPackageID": "34572399894",3"envelope": "PAQUETE",4"weight": 200,5"weightUnit": "gramos",6"size": "M",7"quantity": 1,8"name": "Umbro Shirts | Authentic Umbro Mexico",9"currency": "CLP",10"unitaryProductPrice": "150"11}