Skip to main content
GET
List Core inventory costs

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:100

Rows per page (max 100).

Required range: 1 <= x <= 100
date[gte]
string<date>

Only costs on or after this date.

date[lte]
string<date>

Only costs on or before this date.

linked_type
string

Filter by linked document type (e.g. shipment, fulfillment_order, sales_order, adjustment, picklist).

cost_id
integer

Filter by catalog cost (Core cost) id.

item_id
integer

Filter by product (RFQ) id.

cost_basis
string

Filter by cost basis (e.g. actual).

Search by product SKU, product name, cost name, or cost id.

sort
enum<string>
default:date
Available options:
date,
id,
total_amount
dir
enum<string>
default:desc
Available options:
asc,
desc

Response

Paginated list of Core inventory costs.

data
object[]
meta
object