The following data can be retrieved from SAP
GetCategories
Retrieves a list of categories and supports hierarchy
GetDeliveryDays
Retrieves available service delivery days based on the logistic/transport routes.
GetAttributes
Nightly import of product-specific attributes.
getInvoice
Retrieves a single invoice with detailed information.
getInvoiceOverview
Retrieves a collection of invoices with header information (such as id, reference, status, end total).
getDelivery
Retrieves a single delivery with detailed information.
getDeliveryOverview
Retrieves a collection of deliveries with header information (such as id, reference, status, end total).
GetOrder
Retrieves a list of header lines for orders.
GetOrderOverview
Retrieves detail information of an order.
SetCustomerAddresses
Adds or updates an address of a customer.
GetCustomerAddresses
Retrieves both billing and shipping addresses of an customer.
GetCustomers
Generates a dump file with all accounts and contact persons which are allowed to login through the e-commerce platform.
GetMyProducts
Retrieves a list of sku’s of customer specific products.
GetOrderSimulation
This simulates the placement of an actual order to calculate things like discounts, shipping costs, OPEN 4 additional fees or credit limits. Any order logic of SAP is supported.
GetPriceAndStock
Retrieves a customer-specific price and stock level of a specific product.
GetProducts
Generates a dump file with all product information for the e-commerce catalog.
SetContact
Adds or edits a new contact person to an organization in SAP.
SetCustomer
Adds a new customer (Organization + Contact) in SAP, only if this service is being used.
SetOrder
Places an actual order after a successful simulation has been done.
SetOrderPayment
Adds a payment for a specific order when you allow payments through external parties such as iDeal and Paypal.