Offer

Endpoints for Offer addon

Offer addon

post

Create a offer request

Authorizations
sw-context-tokenstringRequired
Body
billigAddressIdstringOptional
deliverAddressIdstringOptional
subjectstringOptional
commissionstringOptional
customerCommentstringOptional
Responses
chevron-right
200Success

No content

post
/offer-request
200Success

No content

post

Create a offer item request

Authorizations
sw-context-tokenstringRequired
Body
billigAddressIdstringOptional
deliverAddressIdstringOptional
subjectstringOptional
commissionstringOptional
customerCommentstringOptional
Responses
chevron-right
200Success

No content

post
/offer-item-request
200Success

No content

get

Get reffered product

Authorizations
sw-context-tokenstringRequired
Path parameters
productIdstringRequired

ID of product

Responses
chevron-right
200

Order

application/json
anyOptional
get
/b2b/offer-reference-product/{productId}
200

Order

No content

Converts an offer into an order

post
Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer

Responses
chevron-right
200

Order

application/json
anyOptional
post
/offer-order/{id}
200

Order

No content

post

Request validity for an offer

Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer

Responses
chevron-right
200

Returns a success response indicating a successful update

application/json
anyOptional
post
/offer/{id}/request-validity-extension
200

Returns a success response indicating a successful update

No content

post

list offer states

Authorizations
sw-context-tokenstringRequired
Body
anyOptional
Responses
chevron-right
200Success

No content

post
/offer-states
200Success

No content

get

gets a document related to an offer

Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of document

Responses
chevron-right
200

the document

No content

get
/offer-document/{id}
200

the document

No content

Get event mail

get
Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer mail

Responses
chevron-right
200Success

No content

get
/offer-mail/{id}
200Success

No content

Send offer mail

post
Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer

Responses
chevron-right
200

Returns a success response indicating a successful send

application/json
anyOptional
post
/offer-mail/{id}
200

Returns a success response indicating a successful send

No content

get

Get a offer

Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer

Responses
chevron-right
200Success

No content

get
/offer/{id}
200Success

No content

put

Update a offer

Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer

Body
anyOptional
Responses
chevron-right
200Success

No content

put
/offer/{id}
200Success

No content

delete

Delete a offer

Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer

Responses
chevron-right
200

Returns a success response indicating a successful update

application/json
anyOptional
delete
/sales-representative/offer/{id}
200

Returns a success response indicating a successful update

No content

List offers

post
Authorizations
sw-context-tokenstringRequired
Body
anyOptional
Responses
chevron-right
200Success

No content

post
/offer/list
200Success

No content

List offers

get
Authorizations
sw-context-tokenstringRequired
Body
anyOptional
Responses
chevron-right
200Success

No content

get
/offer/
200Success

No content

create new offer

post
Authorizations
sw-context-tokenstringRequired
Body
anyOptional
Responses
chevron-right
200Success

No content

post
/offer/
200Success

No content

Clone an offer

post

This route is used to clone a Offer

Authorizations
sw-context-tokenstringRequired
Path parameters
idstringRequired

ID of offer

Responses
chevron-right
200Success

No content

post
/sales-representative/clone-offer/{id}
200Success

No content

post

Add items to an offer

Authorizations
sw-context-tokenstringRequired
Path parameters
offerIdstringRequired

ID of offer

Body
objectB2bsellersOfferItem[]Optional
Responses
chevron-right
200

Returns a success response indicating a successful update

application/json
anyOptional
post
/offer-add-products/{offerId}
200

Returns a success response indicating a successful update

No content

Last updated

Was this helpful?