You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just noticed a bug in the REST API itself.
When PUTing an order update to https://api.maropost.com/accounts/1000/orders/find.json?where[id]={NNNN}&auth_token={XXXX}, I attempt to include order_date and coupon_code in the payload body, per the api documentation.
When I pull the order again via GET, the order_status and order_items are properly updated, but the order_date and coupon_code are not. My PUT payload body is below:
I've just noticed a bug in the REST API itself.
When PUTing an order update to https://api.maropost.com/accounts/1000/orders/find.json?where[id]={NNNN}&auth_token={XXXX}, I attempt to include
order_date
andcoupon_code
in the payload body, per the api documentation.When I pull the order again via GET, the
order_status
andorder_items
are properly updated, but theorder_date
andcoupon_code
are not. My PUT payload body is below:The text was updated successfully, but these errors were encountered: