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
DtoClientDetails
Information about the browser that the customer used when they placed their order:
accept_language
stringThe languages and locales that the browser understands.
Example:
es
browser_height
stringThe browser screen height in pixels, if available.
Example:
900
browser_ip
stringThe browser IP address.
Example:
xxx.xxx.xxx.xxx
browser_width
stringThe browser screen width in pixels, if available.
Example:
1000
session_hash
stringA hash of the session.
Example:
9ad4d1f4e6a8977b9dd98eed1e477643
user_agent
stringDetails of the browsing client, including software and operating versions.
Example:
Mozilla/X.0 (X11; Linux x86_64) AppleWebKit/xxxxx (KHTML, like Gecko) Chrome/xxxxxx Safari/xxxxx
1{2"accept_language": "es",3"browser_height": "900",4"browser_ip": "xxx.xxx.xxx.xxx",5"browser_width": "1000",6"session_hash": "9ad4d1f4e6a8977b9dd98eed1e477643",7"user_agent": "Mozilla/X.0 (X11; Linux x86_64) AppleWebKit/xxxxx (KHTML, like Gecko) Chrome/xxxxxx Safari/xxxxx"8}