For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customer Product Numbers

Endpoints for Customer Product Numbers addon

Customer Product Numbers addon

Save a Customer Product Number

post

This route is used to create a new Customer Product Number

Body
anyOptional
Responses
200

Returns a success response indicating a successful update

application/json
anyOptional
post/b2b/customer-product-number
POST /b2b/customer-product-number HTTP/1.1
Content-Type: application/json
Accept: */*
200

Returns a success response indicating a successful update

No content

Delete a Customer Product Number

delete

This route is used to delete a existing Customer Product Number

Path parameters
idstringRequired

ID of Customer Product Number

Responses
200

Returns a success response indicating a successful update

application/json
anyOptional
delete/b2b/customer-product-number/{id}
DELETE /b2b/customer-product-number/{id} HTTP/1.1
Accept: */*
200

Returns a success response indicating a successful update

No content

List Customer Product Number

post

Lists all Customer Product Number and allows filtering them based on a criteria.

Authorizations
sw-context-tokenstringRequired
Body
anyOptional
Responses
200Success

No content

post/b2b/customer-product-numbers
POST /b2b/customer-product-numbers HTTP/1.1
sw-context-token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
200Success

No content

Import CSV of Customer product Numbers

post
Authorizations
sw-context-tokenstringRequired
Body
Responses
200

result

post/b2b/customer-product-number-import
POST /b2b/customer-product-number-import HTTP/1.1
sw-context-token: YOUR_API_KEY
Accept: */*
200

result

No content

Last updated

Was this helpful?