Modify Merchant Order Config
Available Order Configurations
Path parameters
merchant_idinteger · int32Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Body
Configurations for the merchants order behaviors.
commerce_disabledbooleanOptionalDefault:
Is order creation, or cart submission, disabled for this merchant.
falseorder_prefixstringOptionalDefault:
When supported by the commerce platform, this prefix will be used for orders.
nullcustom_tagsstring[]Optional
Custom tags to be added to a merchants orders upon submission.
prohibit_order_cancellationsbooleanOptionalDefault:
Does this merchants prohibit order cancellations.
falseprohibit_order_refundsbooleanOptionalDefault:
Does this merchants prohibit order refunds.
falseforce_push_ordersbooleanOptionalDefault:
When true the orders will be force pushed to the commerce platform even if the items are out of stock.
falseResponses
default
default response
application/json
put
/merchants/{merchant_id}/configuration/orders_configdefault
default response
Last updated
Was this helpful?