Appearance
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
Requiredstring
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": { }
{
}
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
Requiredstring
Format
"uuid"productUuid*
Type
Requiredstring
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": { }
{
}
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
Requiredstring
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": { }
{
}
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
Requiredstring
Format
"uuid"productUuid*
Type
Requiredstring
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": { }
{
}