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.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Field sku doesn't exist on type FulfillmentOrderLineItem

Field sku doesn't exist on type FulfillmentOrderLineItem

arturo82
New Member
4 0 0

Hello, I try display all information of products by orders. I put this code

 

orders( first: 10 reverse:true, query:"fulfillment_location_id:8541236588 AND financial_status:paid AND fulfillment_status:unfulfilled") {

......

fulfillmentOrders(first: 4,query:"assigned_location_id:8541236588 ") {
edges {
node {
id
status
assignedLocation{location{id}}
lineItems(first:6){
edges{
node{
id

sku
}
}

.....

the error is 'Field 'sku' doesn't exist on type 'FulfillmentOrderLineItem

Replies 0 (0)