POST
/
inventory-imports
/
search

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-fabric-tenant-id
string
required

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.

x-fabric-request-id
string

Unique request ID

x-fabric-channel-id
string

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

offset
number
default: 0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

limit
number
default: 10

Maximum number of records per page

Body

application/json

An object containing the inventory import search request details.

filters
object[]
required
sort
string
default: -import.createdAt

Property on which data is to be sorted. Prefix with + to sort ascending, and - to sort descending.

Response

200 - */*

Search response

data
object[]
pagination
object

Pagination response