Overview
Product object allows the API to create and update your products. You can retrieve individual product(s) as well as a list of all products.
Product object allows the API to create and update your products. You can retrieve individual product(s) as well as a list of all products.
Parameters
Product object allows the API to create and update your products. You can retrieve individual product(s) as well as a list of all products.
Product object allows the API to create and update your products. You can retrieve individual product(s) as well as a list of all products.
| mobiworkProductId required |
Long An unique ID representing internal ID |
| externalId optional |
String External ID of product representing the third-party clients internal ID |
| name required |
String Name of the product |
| description optional |
String Detailed description of the product |
| type optional |
Long Represents product type. MobiWork holds 3 different types (PRODUCT, PARTS_MATERIALS, SERVICES) |
| price required |
Double Price of the product |
| cost optional |
Double Cost of the product |
| quantity required |
Integer Quantity of the product |
| sku optional |
String Represents SKU of the product |
| modelNumber optional |
String Model number of the product |
| hasSerialNumbers optional |
Boolean Flag to set if product has serial numbers |
| priceIncludesTax optional |
Boolean This flag is to whether product price includes tax or not |
| taxable optional |
Boolean Is product taxable? |
| tax optional |
Double If tax is allowed on product, this attribute represents value of the tax |