Re: 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.