Package | Description |
---|---|
com.apptus.esales.connector |
This package provides utilities for communication with an eSales cluster
and this package documentation contains information on how to get started.
|
Modifier and Type | Method | Description |
---|---|---|
Order.Line |
Order.addProduct(String productKey) |
Adds an order line for the specified product and returns the new order line.
|
Order.Line |
Order.addTicket(String ticket) |
Adds an order line for the variant or product specified by a ticket.
|
Order.Line |
Order.addVariant(String variantKey) |
Adds an order line for the specified variant and return the new order line.
|
Order.Line |
Order.addVariant(String productKey,
String variantKey) |
Adds an order line for the specified variant and return the new order line.
|
Order.Line |
Order.Line.putCurrentUnitPrice(double price) |
Deprecated.
Current unit price is ignored by eSales.
|
Order.Line |
Order.Line.putQuantity(int units) |
Adds information about the quantity.
|
Order.Line |
Order.Line.putUnitCost(double price) |
Adds information about the cost (what it costs for the shop to acquire the product, including VAT) for each unit
to this order line.
|
Order.Line |
Order.Line.putUnitSellingPrice(double price) |
Adds information about the selling price (the actual price that the customer pays, including VAT
but excluding delivery costs) for each unit to this order line.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.