This is what the fulfilment company said…
Hi Nathan,
Looking at the Shopify data via the API, there’s no FulfillmentOrders at
all in Shopify allocated to Method Logistics or anyone else at all.
Until a Fulfillment Order is generated from an Order, allocated to the
Method Logistics “location”, there’s nothing for us to process.
An example couple of orders matching the spreadsheet supplied:
{
“data”: {
“orders”: {
“edges”: [
{
“node”: {
“id”: “gid://shopify/Order/5335967891730”,
“fulfillable”: true,
“displayFulfillmentStatus”: “UNFULFILLED”,
“name”: “#46466”,
“note”: null,
“confirmed”: true,
“createdAt”: “2023-05-07T02:10:11Z”,
“updatedAt”: “2023-05-07T02:10:13Z”,
“cancelledAt”: null,
“shippingAddress”: {
“id”:
“gid://shopify/MailingAddress/18172208775442?model_name=Address”,
“firstName”: “Niki”,
“lastName”: “Kitto”,
“name”: “Niki Kitto”,
“company”: null,
“address1”: “13 Langer Rd”,
“address2”: null,
“city”: “Lincoln”,
“province”: “Canterbury”,
“zip”: “7608”,
“country”: “New Zealand”,
“countryCodeV2”: “NZ”,
“phone”: “+64272655825”,
“latitude”: -43.64595,
“longitude”: 172.4812406
},
“fulfillments”: ,
“lineItems”: {
“edges”: [
{
“node”: {
“id”:
“gid://shopify/LineItem/13968487514386”,
“sku”: “RBSD10E”,
“name”:
“STARDUST musky sandalwood eau de parfum 10ml”,
“quantity”: 1
}
}
]
}
}
},
{
“node”: {
“id”: “gid://shopify/Order/5335971791122”,
“fulfillable”: true,
“displayFulfillmentStatus”: “UNFULFILLED”,
“name”: “#46467”,
“note”: null,
“confirmed”: true,
“createdAt”: “2023-05-07T02:20:19Z”,
“updatedAt”: “2023-05-07T02:20:21Z”,
“cancelledAt”: null,
“shippingAddress”: {
“id”:
“gid://shopify/MailingAddress/18172218016018?model_name=Address”,
“firstName”: “Sarah”,
“lastName”: “Quinn”,
“name”: “Sarah Quinn”,
“company”: null,
“address1”: “164 Bowman Road”,
“address2”: null,
“city”: “Whatawhata”,
“province”: “Waikato”,
“zip”: “3289”,
“country”: “New Zealand”,
“countryCodeV2”: “NZ”,
“phone”: “+6421311362”,
“latitude”: -37.8020365,
“longitude”: 175.1918131
},
“fulfillments”: ,
“lineItems”: {
“edges”: [
{
“node”: {
“id”:
“gid://shopify/LineItem/13968494493970”,
“sku”: “RBSAMSET”,
“name”: “Sample Set eau de parfum”,
“quantity”: 1
}
}
]
}
}
},
Basically looks like things haven’t been set up correctly in Shopify.
Cheers,
Gavin