POST

Query Receipts


Developer Preview

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

Retrieves a list of up to 100 receipts, given the specified filtering, paging, and sorting (SDK | REST).

Authentication

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

Permissions
Manage Receipts
Manage Stores
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/receipts/v1/receipts/query

Body Params
queryQuery

Query options.

Response Object
receiptsArray <Receipt>

Requested receipts.


pagingMetadataPagingMetadata

Paging metadata.

Query Receipts

Retrieves a list of receipts, given the provided paging, filtering, and sorting.

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?