Get uploaded files that match specified criteria
Get uploaded files that match specified criteria. Returned as paginated records.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
x-fabric-channel-id identifies the sales channel through which the API request is being made; primarily for multichannel use cases. It is an optional field. The default US channel is 12 while the default Canada channel is 13.
Query Parameters
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Maximum number of records per page
Body
An object containing the inventory import search request details.
Property on which data is to be sorted. Prefix with +
to sort ascending, and -
to sort descending.
Response
Search response
Pagination response
Was this page helpful?