Search Bags
Searches for bags matching the specified filter criteria. Supports filtering by bag ID, order ID, merchant ID, external ID, bag status, app order ID, and date ranges (created, submitted, last modified). Results are returned as a paginated VioletPage of Bag objects. When extended=true, app names are included in the response. By default, bags in IN_PROGRESS orders are excluded. Supports custom sorting via sort_by and sort_direction fields in the request body. Valid sort fields: id, dateLastModified, dateSubmitted, total, shippingTotal, subTotal, taxTotal.
Page number to retrieve, starting from 1
1Example: 1Number of bags per page (default 20)
20Example: 20When true, includes additional app name information in the response
falseWhen true (default), excludes bags belonging to IN_PROGRESS orders
trueAPI token for authentication
Application secret key
Application ID
10000Bag Search Request
Merchant ID
Order ID
Bag ID
Bag External ID
Bag Status
Order ID in the Channels System
Use date_last_modified:max.
Use date_last_modified:min.
Use date_created:max.
Use date_created:min.
Property to sort by in camelCase
Direction to sort by
Only include bags modified after this date.
yyyy-MM-dd'T'HH:mm:ssZOnly include bags modified before this date.
yyyy-MM-dd'T'HH:mm:ssZOnly include bags created after this date.
yyyy-MM-dd'T'HH:mm:ssZOnly include bags created before this date.
yyyy-MM-dd'T'HH:mm:ssZOnly include bags submitted after this date.
yyyy-MM-dd'T'HH:mm:ssZOnly include bags submitted before this date.
yyyy-MM-dd'T'HH:mm:ssZsuccess
Boolean indicating if this is the last page
The total count of pages available
The total count of objects available
Boolean indicating if this is the first page of the response
The total number of objects in this specific response
The page size selected at request time
The page number selected at request time
Boolean indicating if the response content is empty
Contains the cursor for the next page. This property will only be used for situations where the API does not support the page number/page size paradigm and it will mutually exclusive with the size/number fields in the response. If this property is returned it must be passed when requesting the next page from the API. Does not apply to endpoints that do not have a next_page_cursor query param documented.
bad request
forbidden
internal server error
Last updated
Was this helpful?