Hi there,
I’m trying my first fulfillment mutation - and receiving a parse error in the response:
{“errors”:[{“message”:“Parse error on "{" (LCURLY) at [1, 132]”,“locations”:[{“line”:1,“column”:132}]}]}
The query looks so:
mutation fulfillmentCreateV2($fulfillment: FulfillmentV2Input!) { fulfillmentCreateV2( fulfillment: $fulfillment ) { fulfillment { {“fulfillment”:{“lineItemsByFulfillmentOrder”:[{“fulfillmentOrderId”:“4824818319500”,“fulfillmentOrderLineItems”:{“id”:“12317301801100”,“quantity”:“1”}}],“notifyCustomer”:true,“originAddress”:{“address1”:“TLSP”,“address2”:“Test Addr2”,“city”:“Test City”,“countryCode”:“GB”,“provinceCode”:“”,“zip”:“AL1 1AL”},“trackingInfo”:{“company”:“Royal Mail”,“number”:“TT116970370GB”,“url”:“https://www.royalmail.com/track-your-item#/tracking-results/JC206970370GB”}}} } userErrors { field message } } }
If some kind person could please tell me what I am doing wrong, I would be ever so grateful.
Many thanks in advance
BtB