- Overview
- Account Settings
- Assets
- Connectors Framework
- Overview
- QuickBooks Online
- QuickBooks Desktop Web Connector
- Azure AD
- Salesforce Integration
- FleetNet Connector
- Avalara Connector
- Inbound REST API
- Outbound REST API
- Mailchimp Connector
- Text Messaging Connector
- Clearent Connector
- Stripe Connector
- HubSpot Connector
- UKG Connector
- Paylocity Connector
- UKG Connector
- Gusto Connector
- iSolved Payroll Connector
- Customer Portal
- Customers
- Dashboards
- Devices
- Dispatching
- Forms
- Inventory
- Invoices & Billing
- Locations
- Payments
- Parts
- Projects
- Quotes
- Recurrent Routes
- Recurrent Services
- Reports
- Sales Orders
- Schedule
- Services
- Tasks
- Text Messaging
- Time Tracking
- Users
- Work Orders
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 |
