Skip to main content
PUT
Update product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Updated product information

productId
string
required
Example:

"Coffee-product-id"

name
string
required
Example:

"Small Coffee"

type
string
required
Example:

"PRODUCT"

description
string
required
Example:

"The bestest Coffee"

standardTime
boolean
Example:

true

Example:

true

schedules
object[]
tags
string[]
upselling
string[]
images
object[]
taxesInfo
object
priceInfo
object
categories
string[]
additionalInfo
object

Response

Product updated successfully

message
string
Example:

"Producto actualizado exitosamente."

productId
string
Example:

"Coffee-product-id"