Version: eXtendPS-SE 1.3.6
and above
Audience: Administrator
Overview
This article demonstrates a simple
configuration of blank sales orders in the
Purchase Order service. A blank sales order
does not contain decoration/configuration line
items.
Prerequisites
Access to the eXtendPS-SE Purchase Order
Service Setup screen.
Configuration
For Sales Order generation, line
items are matched using the Item Name/Number
field by default, but this behavior is
configurable.
The main configurations to be
completed on the eXtendPS-SE Purchase Order
Service Setup screen for capturing blank sales
orders are:
- Order Number
- SO Status
- Item Search
JSON Example
Below is a snippet of JSON from the Purchase Order submission representing a sub-section of a simple blank sales order:
{"partGroup": "Stadium Table","partId": "11111-111 - Black","customerSupplied": false,"description": "Dummy Description","Quantity": {"uom": "EA","value": 100},"locationLinkId": [1],"unitPrice": 2,"extendedPrice": 200,"ShipmentLinkArray": [{"Quantity": {"uom": "EA","value": 22},"shipmentId": 101}]}