Skip to content

Export warehouse stocks

POST
/accounts/{accountUuid}/warehouse/v2/exports/warehouse/all-stocks

Create an export of warehouse stocks

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
  
"format": "string"
}

Responses

Successful response

application/json
JSON
{
  
"data": {
  
  
"uuid": "string",
  
  
"type": "string",
  
  
"status": "string",
  
  
"name": "string",
  
  
"createdAt": "string",
  
  
"startedAt": "string",
  
  
"finishedAt": "string",
  
  
"expiresAt": "string",
  
  
"isExpired": true,
  
  
"downloadUrl": "string"
  
},
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples


Export warehouse product reservations

POST
/accounts/{accountUuid}/warehouse/v2/exports/warehouse-products/{productUuid}/reservations

Create an export of warehouse product reservations

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"
productUuid*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
  
"format": "string"
}

Responses

Successful response

application/json
JSON
{
  
"data": {
  
  
"uuid": "string",
  
  
"type": "string",
  
  
"status": "string",
  
  
"name": "string",
  
  
"createdAt": "string",
  
  
"startedAt": "string",
  
  
"finishedAt": "string",
  
  
"expiresAt": "string",
  
  
"isExpired": true,
  
  
"downloadUrl": "string"
  
},
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples


Export warehouse stocks

POST
/accounts/{accountUuid}/warehouse/v2/exports/warehouse/all-stocks

Create an export of warehouse stocks

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
  
"format": "string"
}

Responses

Successful response

application/json
JSON
{
  
"data": {
  
  
"uuid": "string",
  
  
"type": "string",
  
  
"status": "string",
  
  
"name": "string",
  
  
"createdAt": "string",
  
  
"startedAt": "string",
  
  
"finishedAt": "string",
  
  
"expiresAt": "string",
  
  
"isExpired": true,
  
  
"downloadUrl": "string"
  
},
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples


Export warehouse product reservations

POST
/accounts/{accountUuid}/warehouse/v2/exports/warehouse-products/{productUuid}/reservations

Create an export of warehouse product reservations

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"
productUuid*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
  
"format": "string"
}

Responses

Successful response

application/json
JSON
{
  
"data": {
  
  
"uuid": "string",
  
  
"type": "string",
  
  
"status": "string",
  
  
"name": "string",
  
  
"createdAt": "string",
  
  
"startedAt": "string",
  
  
"finishedAt": "string",
  
  
"expiresAt": "string",
  
  
"isExpired": true,
  
  
"downloadUrl": "string"
  
},
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples