POST

Set Default Receipt Preset


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Sets a receipt preset as default.

The default preset is used during receipt creation when a preset isn't specified or doesn't exist.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Receipts
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/receipts/v1/receipt-presets/default/{receiptPresetId}

Path Params
receiptPresetIdstringRequired

Receipt preset ID to set as default.

Response Object
receiptPresetReceiptPreset

Default receipt preset.

Set Default Receipt Preset

Sets a default Receipt Preset

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?