Potential Bug Report: FulfillmentOrder

Issue Description: I encountered a problem related to FulfillmentOrder while using my app to fulfill customer orders. The issue is detailed below:

A specific order was fulfilled by a third-party service, which provided the following order information:

Order ID Carrier Company Shipment No URL SKU Quantity

#xxxxx China Post xxxxxxx https://www.xxxxx.com/track/xxxxxxxx tsukitn-summeritaly 2

I used the fulfillmentCreateV2 API to process this information.

Problem: To complete the fulfillment, I need a fulfillmentOrderId, which I attempted to retrieve through the order’s submessage FulfillmentOrders. However, there was only one fulfillment order, and its SKU was listed as “tsukitravel-summeritaly,” which is entirely different from the provided SKU “tsukitn-summeritaly.”

It appears that the product information was edited previously, but the corresponding SKU in FulfillmentOrders still shows the old value.

Question: Is this discrepancy a normal occurrence? How should I address this situation to ensure that the SKU information is consistent and accurate?


Please review and address this potential bug at your earliest convenience. Thank you.