Line Item Properties
"line_items": [
{
"id": 1234,
"admin_graphql_api_id": "gid://shopify/LineItem/1234",
"attributed_staffs": [],
"current_quantity": 1,
"fulfillable_quantity": 1,
"fulfillment_service": "manual",
"fulfillment_status": null,
"gift_card": false,
"grams": 0,
"name": "Custom Product",
"price": "42.00",
"price_set": {
"shop_money": {
"amount": "99.00",
"currency_code": "USD"
},
"presentment_money": {
"amount": "99.00",
"currency_code": "USD"
}
},
"product_exists": true,
"product_id": 12345,
"properties": [
{
"name": "Recipe",
"value": "ABDC1234"
}
],
"quantity": 1,
"requires_shipping": true,
"sku": "12928819",
"taxable": true,
"title": "Custom Item",
...
},
{
"id": 1235,
"admin_graphql_api_id": "gid://shopify/LineItem/1235",
"attributed_staffs": [],
"current_quantity": 1,
"fulfillable_quantity": 1,
"fulfillment_service": "manual",
"fulfillment_status": null,
"gift_card": false,
"grams": 0,
"name": "Custom Engraving",
"price": "10.00",
"price_set": {
"shop_money": {
"amount": "20.00",
"currency_code": "USD"
},
"presentment_money": {
"amount": "20.00",
"currency_code": "USD"
}
},
"product_exists": true,
"product_id": 12346,
"properties": [
{
"name": "RelatedRecipe",
"value": "ABDC1234"
}
],
"quantity": 1,
"requires_shipping": false,
"sku": "customengraving",
"taxable": false,
"title": "Custom Engraving",
...
}
]Last updated
Was this helpful?