OrderProduct
OrderProduct
| Field | Type | Required? | Description |
|---|---|---|---|
| cdOrderProduct | integer | yes | Product code linked to the order |
| cdOrder | integer | yes | Order code |
| cdProduct | integer | yes | Product code, returned by the sgrListProducts method |
| cdUnitMeasure | integer | yes | Unit of measure code, returned by the sgrListUnitMeasure method |
| vlProduct | decimal | yes | product unit value |
| vlQty | decimal | yes | product quantity |
| vlWeight | decimal | yes | product unit weight in kg |
| vlCubage | decimal | yes | individual product cubage |
| vlVolume | decimal | yes | individual product volume |
| flActive | smallint | yes | When zero represents that this product has been removed from the order |
| cdOp | integer | yes | Operator code responsible for the last product change |