The Stock Keeping Unit. A code that identifies a product.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0200:SKU productCode="Example String Value" productName="Example String Value" xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2"/>
{ "SKU" : { "value" : null, "productName" : "Example String Value", "productCode" : "Example String Value" } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
productName |
The name of the product for which the product code belongs.
|
||||||||||||
|
|||||||||||||
productCode |
The SKU code for the product.
|
||||||||||||
|