order_allowed_actions

The order allowed actions in the order.

PropertiesTypeDescription
add_to_cartbooleanReturns true if the order can be added to the cart. Returns false if not.
cancel_orderbooleanReturns true if the order can be canceled. Returns false if not.
delete_orderbooleanReturns true if the order can be deleted. Returns false if not.
download_invoicebooleanReturns true if the order can download the invoice. Returns false if not.
finish_fulfillmentbooleanReturns true if the order has a track shipping button. Returns false if not.
pay_orderbooleanReturns true if the order can be paid. Returns false if not.
repay_orderbooleanReturns true if the order can be paid again. Returns false if not.
{
  "delete_order": false,
  "cancel_order": false,
  "repay_order": false,
  "pay_order": false,
  "add_to_cart": false,
  "download_invoice": true,
  "finish_fulfillment": false
}