We currently are using fulfillmentCreateV2 to add tracking information to an order. With the deprecation of the fulfillment REST en GraphQL API we’re unsure whether this call is still allowed.
The call’s contents uses both ‘fulfillment’ and ‘fulfillmentOrder’ as nouns, which is confusing. The call is still mentioned in the 2023-07 version of the API. We cannot find a clear manual on how to set the tracking code using FulfillmentOrder.
Will fulfillmentCreateV2 be deprecated? And if so, what is the right way to set tracking urls?
The fulfillmentCreateV2 API is the correct one to create a fulfillment with tracking information. If you are looking to update an existing fulfillment with tracking info, you need to use fulfillmentTrackingInfoUpdateV2.