ReservedStockInfo

Retrieve reserved stock info

get

Retrieve a reserved stock info by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Reserved stock info retrieved successfully

application/json
get
/api/v1/reserved_stock_info/{id}

List reserved stock info

get

List reserved stock info

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
order_numberstringOptional

Filter by order number

Example: ORD123456
product_stockintegerOptional

Filter by product stock ID.

is_activebooleanOptional

Filter by active status (True or False)

order_itemintegerOptional

Filter by order item ID.

created_datestring · date-timeOptional

Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: created_date__gt=2024-01-01T00:00:00Z
modified_datestring · date-timeOptional

Filter by modification date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: modified_date__lt=2024-01-01T00:00:00Z
pkintegerOptional

Filters by primary key

pk__gtstringOptional

Filter by primary key greater than a specific value.

pk__gteintegerOptional

Filters by primary key greater than or equal to the given value

pk__ltintegerOptional

Filters by primary key less than the given value

pk__lteintegerOptional

Filters by primary key less than or equal to the given value

Responses
chevron-right
200

List reserved stock info

application/json
get
/api/v1/reserved_stock_info/

Last updated

Was this helpful?