DtoItems

id
number
required

Item identifier

Example:
12345
admin_graphql_api_id
string
Example:
destination_location
string
Example:
fulfillable_quantity
number
Example:
fulfillment_service
string
Example:
fulfillment_status
string
Example:
gift_card
boolean
Example:
grams
number
required

Grams per item

Example:
800
name
string
required

Name of the item

Example:
XXXXXXXXXX
origin_location
string
Example:
price
number
required

Price per item

Example:
400
price_set
string
Example:
product_exists
boolean
Example:
product_id
number
required

Number that identifies a product

Example:
xxxxxxxxxx
properties
string
Example:
quantity
number
required
Example:
requires_shipping
boolean

Wether the item needs to me shipped or not

Example:
true
sku
string
Example:
taxable
boolean

Wether the item is taxable or not

Example:
true
title
string
Example:
total_discount
number
Example:
total_discount_set
string
Example:
variant_id
number
required
Example:
xxxxxxxxxx
variant_inventory_management
string
Example:
variant_title
string
Example:
vendor
string
required
Example:
XXXXXXXXXX
tax_lines
string
Example:
duties
string
Example:
discount_allocations
string
Example:
Example
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
}