Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Why not the SKU in a fulfillment order?

Why not the SKU in a fulfillment order?

RedYellowBlue
Shopify Partner
17 0 3

Hi, 

Is it just me, or why isn't there a SKU field in an fulfilment order? To my humble opinion, that is the most important property of line_items. 
See: https://shopify.dev/api/admin/rest/reference/shipping-and-fulfillment/fulfillmentorder

"line_items": [
{
"id": 466157049,
"shop_id": 3998762,
"fulfillment_order_id": 1568020,
"line_item_id": 466157049,
"inventory_item_id": 6588097,
"quantity": 1,
"fulfillable_quantity": 1,
"variant_id": 2385087
}
]

Reply 1 (1)

thegamecrafter
Shopify Partner
5 0 9

Exactly, this API is useless without it. And its in the GraphQL so why have REST if its not actually going to contain the useful info.