- Auth
- Account Ledger
- Activity Log
- Announcement
- Asset
- Sales
- GetTotalRevenue
- GetTotalReceivables
- GetTotalInwardPayment
- GetTotalOverDuePayment
- SalesRatio
- GetGrowthByMonth
- GetGrowthByQuarter
- GetGrowthByYear
- GetSnapshotReceivables
- GetSalesByInvoiceTypes
- GetIncomeByInvoiceTypes
- GetGstInvoices
- GetRecurringInvoices
- GetClientsAcquired
- GetSalesByMonthGraph
- GetSalesByYearGraph
- GetSalesByProductGraph
- GetSalesByServiceGraph
- GetSalesByClientGraph
- GetSalesByCountryGraph
- GetSalesByUserGraph
- GetRevenueBySource
- GetSalesByRegionGraph
- Client
- Client Ledger
- CreditNote
- Cron-jobs
- Currency Conversion
- Document
- Discount
- Employee
- GetEmployeesByMonth
- GetEmployees
- AddEmployee
- GetEmployeeDetail
- UpdateEmployee
- DeleteEmployee
- FileImport
- UpdateSalaryComponent
- UpdateFileUrl
- UpdateInvoiceNumber
- PrepareSalaryComponents
- UpdateEmployeeName
- UpdateEmployeeEmail
- UpdateEmployeePhone
- UpdateEmployeeDob
- UpdateEmployeeLocation
- UpdateEmployeePanNumber
- UpdateEmployeeAdharNumber
- UpdateEmployeeEsiNumber
- UpdateEmployeeEpsNumber
- UpdateEmployeeUanNumber
- UpdateEmployeePfNumber
- UpdateEmployeeCountry
- UpdateEmployeeBankAccountDetails
- UpdateEmployeeCurrentAddress
- UpdateEmployeePermanentAddress
- LinkUser
- UpdateEmployeeDocumentInfo
- UpdateEmployeeProfilePicture
- Email
- Expense
- File
- Hr
- Inventory Ledger
- Invoice
- Item
- Organization
- GetOrganizations
- AddOrganization
- UpdateOrganization
- GetOrganizationDetail
- DeleteOrganization
- UpdateOrganizationBusinessProfile
- ExtendSubscription
- UpdateGSTDetails
- UpdateVATDetails
- UpdateInvoiceOnOrderSetting
- UpdateReminderSetting
- UpdateInvoiceSettings
- UpdatePurchaseOrderSettings
- UpdateProposalSettings
- UpdatePreferences
- GetOrganizationPreferences
- UpdatePaymentSettings
- UpdateDefaultPaymentSettings
- UpdateLogo
- UpdateFromEmail
- OrganizationDeactive
- GetOrganizationSubscriptions
- GetOrganizationDashboardView
- GetOrganizationDashboardSnapshot
- GetSnapshotReceivables
- DeleteSelectiveData
- DeletePermanent
- GetClientCountries
- GetVendorCountries
- GetLeadCountries
- InviteUsers
- AcceptInvitation
- UpdatePlatformCredits
- UpdateCreditNoteSettings
- UpdateDebitNoteSettings
- Order
- Outward Payment
- Operations
- Payment
- Product
- Proposal
- Platform Plan
- Platform Subscription
- Platform Payment
- ProductCategory
- Purchase Order
- Purchase
- Recurring Expense
- Recurring Invoice
- Report
- GetSalesByClient
- GetSalesByProduct
- GetSalesByProductCategory
- GetSalesByService
- GetSalesByMonth
- GetSalesByYear
- GetSalesByQuarter
- GetSalesByCountry
- GetTaxSummary
- GetInvoiceDetailReport
- GetExpensesByMonth
- GetProfitAndLossReportV2
- GetBalanceSheetReport
- GetTrialBalanceReport
- GetGeneralLedger
- GetSalesByHsn
- GetTaxesByMonth
- GetOtherSales
- Routes
- Settlement
- Services
- Tax
- Trip
- User
- User Invites
- Vendor
- Vendor Ledger
- Projects
- Pre Sales
- Task
- Payroll
- Account
- Enquiry
- Account Transfer
- File Import
- File Import Error
- Brand
- Salary Component
- Leaves Configuration
- Tax Calendar
- Contract
- GST-Reports
- Organization Backup
- Bank Account
- Leave Policy
- Leave Application
- Backup Restore
- Finance
- Email-Rule
- Widget
- User Dashboard
- ExpenseCategory
- Lead
- LeadActivity
- Deal
- DebitNote
- SpendCategory
- SpendPolicy
- Employee Spend
- Warehouse
- Branch
UpdateProduct
PUT
https://api.upbooks.io/api/v1/product/{id}
Product
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Header Params
ORGANIZATION-ID
stringÂ
optional
Example:
00000
Body Params application/json
name
stringÂ
required
amount
number <double> | nullÂ
optional
currency
optional
Any of
name
stringÂ
required
symbol
stringÂ
required
thumbnail
string  | nullÂ
optional
hsnCode
string  | nullÂ
optional
unit
optional
Any of
Allowed values:
mmkgnos
brand
optional
Any of
id
stringÂ
required
name
stringÂ
required
picture
stringÂ
optional
slug
stringÂ
optional
productCategories
array[object (IProductCategoriesArray) {4}]  | nullÂ
optional
id
stringÂ
optional
title
stringÂ
required
thumbnail
string  | nullÂ
optional
description
string  | nullÂ
optional
inventory
objectÂ
optional
stockStatus
enum<string>Â
optional
Allowed values:
not-configuredin-stocklow-stockout-of-stock
description
stringÂ
optional
maxStorageCapacity
number <double>
optional
threshold
number <double>
optional
sku
stringÂ
optional
stockQuantity
number <double>
optional
enabled
booleanÂ
optional
taxes
array[object (ITaxNamePercentage) {3}]  | nullÂ
optional
id
string  | nullÂ
optional
name
string  | nullÂ
optional
percentage
number <double> | nullÂ
optional
fileImportData
optional
Any of
fileImportId
stringÂ
required
rowId
stringÂ
required
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.upbooks.io/api/v1/product/' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Ok
application/json
Body
data
object (ProductDocumentJSON)Â
required
createdAt
string <date-time>
required
updatedAt
string <date-time>
required
__v
number <double>
optional
_id
stringÂ
required
organizationId
stringÂ
required
name
stringÂ
required
amount
number <double> | nullÂ
optional
currency
optional
brand
optional
thumbnail
string  | nullÂ
optional
hsnCode
string  | nullÂ
optional
unit
optional
productCategories
array[object (IProductCategoriesArray) {4}]  | nullÂ
optional
inventory
objectÂ
required
isDeleted
booleanÂ
optional
taxes
array[object (ITaxNamePercentage) {3}]  | nullÂ
optional
message
stringÂ
optional
Example
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"name": "string",
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"brand": {
"id": "string",
"name": "string",
"picture": "string",
"slug": "string"
},
"thumbnail": "string",
"hsnCode": "string",
"unit": "mm",
"productCategories": [
{
"id": "string",
"title": "string",
"thumbnail": "string",
"description": "string"
}
],
"inventory": {
"stockStatus": "not-configured",
"description": "string",
"maxStorageCapacity": 0,
"threshold": 0,
"sku": "string",
"stockQuantity": 0,
"enabled": true
},
"isDeleted": true,
"taxes": [
{
"id": "string",
"name": "string",
"percentage": 0
}
]
},
"message": "string"
}
🟢200Success
Modified at 2024-04-10 09:06:54