Product Lists
Endpoints for Product Lists addon
ID of product list
Returns a success response indicating a successful update
POST /product-lists/{id}/items HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 128
{
"items": [
{
"id": "text",
"articleNumber": "text",
"productId": "text",
"comment": "text",
"position": 1,
"quantity": 1,
"customFields": {}
}
]
}Returns a success response indicating a successful update
No content
ID of product list
Returns a success response indicating a successful update
PUT /product-lists/{id}/items HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 128
{
"items": [
{
"id": "text",
"articleNumber": "text",
"productId": "text",
"comment": "text",
"position": 1,
"quantity": 1,
"customFields": {}
}
]
}Returns a success response indicating a successful update
No content
ID of product list
Returns a success response indicating a successful update
DELETE /product-lists/{id}/items HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"items": [
{
"id": "text"
}
]
}Returns a success response indicating a successful update
No content
ID of product list
Returns a success response indicating a successful update
PATCH /product-lists/{id}/items HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 128
{
"items": [
{
"id": "text",
"articleNumber": "text",
"productId": "text",
"comment": "text",
"position": 1,
"quantity": 1,
"customFields": {}
}
]
}Returns a success response indicating a successful update
No content
ID of product list
ID of product in list
Returns a success response indicating a successful update
DELETE /product-lists/{id}/product/{productId} HTTP/1.1
sw-context-token: YOUR_API_KEY
Accept: */*
Returns a success response indicating a successful update
No content
Returns a success response indicating a successful update
GET /product-lists/create HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Returns a success response indicating a successful update
No content
Returns a success response indicating a successful update
POST /product-lists/create HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Returns a success response indicating a successful update
No content
ID of product list
No content
GET /product-lists/{id} HTTP/1.1
sw-context-token: YOUR_API_KEY
Accept: */*
No content
ID of product list
Returns a success response indicating a successful update
DELETE /product-lists/{id} HTTP/1.1
sw-context-token: YOUR_API_KEY
Accept: */*
Returns a success response indicating a successful update
No content
ID of product list
No content
PATCH /product-lists/{id} HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
{
"$ref": "#/components/responses/ProductListResponse"
}No content
POST /product-list/{id}/items HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}No content
ID of product list item
No content
GET /product-list-item/{id} HTTP/1.1
sw-context-token: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?