Hey team,
RE: editing shipping lines, is_removed was added to the 2024-04 REST API.
However, Celigo can’t seem to find this in the order JSON payload?
I also can’t see it if I check the Order JSON in the admin:
Has this been omitted on purpose?
Hey team,
RE: editing shipping lines, is_removed was added to the 2024-04 REST API.
However, Celigo can’t seem to find this in the order JSON payload?
I also can’t see it if I check the Order JSON in the admin:
Has this been omitted on purpose?
If you check the order’s REST response in admin with the default url (something like /orders/:order_id.json
it leverages the oldest REST version (2024-01). You need to prepend the API version you want, and if you use something greater than or equal to 2024-04 you should see the is_removed
attribute. For example you can use api/2024-04/orders/:order_id.json
instead.