Marketplaces / Autofixa / Autofixa Order differences

Autofixa Order differences

There seems to be a slight difference in the Order mapping for Storesome and Autofixa which I’ve missed

The difference is literally in the SKU. For Autofixa in the field productSKU we are receiving the MPN which we’ve used for creating the offer. We also receive a second field called “sellerSKU”. This means we need to map the “sellerSKU” in the current Order Item > SKU and the “productSKU” in the ChanneItemID

"orderItems": [
          {
            "id": 270,
            "title": "Citroen C3 Diesel Injection Pump Control Unit (1608842080)",
            "quantity": 2,
            "price": 14,
            "totalShippingPrice": 0,
            "shippingTitle": "Delivery from Germany (7-14 working days)",
            "shippingPrice": "0.00",
            "productSKU": "1608842080",
            "sellerSKU": "19141991",
            "activeRefundRequest": null,
            "orderItemLines": [
              {
                "lineId": 1,
                "status": "Shipped"
              },
              {
                "lineId": 2,
                "status": "Shipped"
              }
            ]
          }
        ],

Also I’ve noticed that in section orderItems Autofixa/Storesome have changed the field “totalPrice” to only price.

There is and another difference in the refunds because Autofixa returns productSKU which now will be our ChannelItemID so we need to map ChannelItemID to SKU and set a SKU in our refund.

All done via:

             [HEMISPHERE-15364](https://hemi.atlassian.net/browse/HEMISPHERE-15364)
                -
        Getting issue details...
                                STATUS
Is this article helpful?
0 0 0