Creates an object. Only one object can be added per request (unless batched).
Information: Some object types may be blocked from being added by the update command as special processing is done by a dedicated manager command.
| TypeCode required  | string The object's type code. See the list of Type Codes.  | 
OK
{- "data": {
- "sku": "product001",
 - "label": "The Label 99",
 - "currency": "USD",
 - "formulaName": "PriceList",
 - "attribute1": "123",
 - "attribute2": "2"
 
}, - "operation": "add"
 
}