Customer stickers
Supported customer sticker scenarios
- Receiving customer stickers in PDF;
- Receiving customer sticker meta data;
- Indicating which stickers are printed and placed.
For the business rules concerning stickers, please read Customer stickers.
Receiving customer sticker files
Purpose:
Receive customer sticker files in PDF format.
NR | Process step | API call / scenario |
---|---|---|
1 A | Returns customer stickers in pdf format. | GetCustomerStickers |
1 B | Returns the customer sticker in pdf format by ID. | GetCustomerStickerById |
Receiving customer sticker meta data
Purpose:
Receive instructions and order references for the received customer stickers.
NR | Process step | API call / scenario |
---|---|---|
1 | Returns customer sticker meta data for a list of sales order ids. | GetCustomerStickerMetaData |
2 | Returns the maximum sequence number found in customerStickerMetaData. | GetCustomerStickerMetaDataMaxSequence |
3 | Returns a list of max 1000 customerStickerMetaData starting from a specified sequence number. | GetCustomerStickerMetadataBySequenceNumber |
Receiving customer sticker files
Purpose:
Indicate to customer which stickers are printed and placed.
NR | Process step | API call / scenario |
---|---|---|
1 | Indicate which stickers are printed and placed. | SetCustomerStickersIsHandled |
Updated over 1 year ago