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
DtoItems
id
numberItem identifier
Example:
12345
admin_graphql_api_id
stringExample:
destination_location
stringExample:
fulfillable_quantity
numberExample:
fulfillment_service
stringExample:
fulfillment_status
stringExample:
gift_card
booleanExample:
grams
numberGrams per item
Example:
800
name
stringName of the item
Example:
XXXXXXXXXX
origin_location
stringExample:
price
numberPrice per item
Example:
400
price_set
stringExample:
product_exists
booleanExample:
product_id
numberNumber that identifies a product
Example:
xxxxxxxxxx
properties
stringExample:
quantity
numberExample:
requires_shipping
booleanWether the item needs to me shipped or not
Example:
true
sku
stringExample:
taxable
booleanWether the item is taxable or not
Example:
true
title
stringExample:
total_discount
numberExample:
total_discount_set
stringExample:
variant_id
numberExample:
xxxxxxxxxx
variant_inventory_management
stringExample:
variant_title
stringExample:
vendor
stringExample:
XXXXXXXXXX
tax_lines
stringExample:
duties
stringExample:
discount_allocations
stringExample:
1{2"id": 12345,3"admin_graphql_api_id": "",4"destination_location": "",5"fulfillable_quantity": "",6"fulfillment_service": "",7"fulfillment_status": "",8"gift_card": "",9"grams": "800",10"name": "XXXXXXXXXX",11"origin_location": "",12"price": "400",13"price_set": "",14"product_exists": "",15"product_id": "xxxxxxxxxx",16"properties": "",17"quantity": "",18"requires_shipping": "true",19"sku": "",20"taxable": "true",21"title": "",22"total_discount": "",23"total_discount_set": "",24"variant_id": "xxxxxxxxxx",25"variant_inventory_management": "",26"variant_title": "",27"vendor": "XXXXXXXXXX",28"tax_lines": "",29"duties": "",30"discount_allocations": ""31}