status | Data Type: STRING Status of the request delivered to server. Available value: * "success" * "error"
|
data | Data Type: OBJECT Data transmitted by response.
|
data.data | Data Type: OBJECT Product detail object.
|
data.data._id | Data Type: STRING Unique ID of the product.
|
data.data.always_ready_stock | Data Type: BOOLEAN Whether the product is always in stock.
|
data.data.approveAt | Data Type: NULL or STRING Approval timestamp of the product.
|
data.data.assets | Data Type: ARRAY<OBJECT> List of media assets (e.g., images).
|
data.data.assets[n]._id | Data Type: STRING Unique ID of the asset.
|
data.data.assets[n].asset_ref | Data Type: STRING URL reference of the asset.
|
data.data.assets[n].type | Data Type: STRING Type of asset (e.g., "image").
|
data.data.brand | Data Type: STRING Brand of the product.
|
data.data.category | Data Type: OBJECT Product category tree.
|
data.data.category.parent | Data Type: OBJECT Top-level category.
|
data.data.category.parent._id | Data Type: STRING ID of parent category.
|
data.data.category.parent.name | Data Type: STRING Name of parent category.
|
data.data.category.child | Data Type: OBJECT Sub-category of product.
|
data.data.category.child._id | Data Type: STRING ID of child category.
|
data.data.category.child.name | Data Type: STRING Name of child category.
|
data.data.category.grand_child | Data Type: OBJECT Grandchild (lowest-level) category.
|
data.data.category.grand_child._id | Data Type: STRING ID of grandchild category.
|
data.data.category.grand_child.name | Data Type: STRING Name of grandchild category.
|
data.data.createdAt | Data Type: STRING (ISO 8601) Timestamp of product creation.
|
data.data.deletedAt | Data Type: NULL Indicates if the product was deleted.
|
data.data.description | Data Type: STRING Full description of the product.
|
data.data.free_shipping_cost | Data Type: BOOLEAN Indicates free shipping.
|
data.data.has_variant | Data Type: BOOLEAN Product has variants or not.
|
data.data.height | Data Type: NUMBER Product height dimension.
|
data.data.length | Data Type: NUMBER Product length dimension.
|
data.data.low_stock_level | Data Type: NUMBER Threshold for low stock.
|
data.data.low_stock_reminder | Data Type: BOOLEAN Alert for low stock is active.
|
data.data.min_purchase | Data Type: NUMBER Minimum purchase quantity.
|
data.data.multiple_purchase | Data Type: NUMBER Whether multiple purchases allowed.
|
data.data.name | Data Type: STRING Product name.
|
data.data.pdn | Data Type: BOOLEAN Is it a local/domestic product.
|
data.data.percent_discount | Data Type: NUMBER Discount percentage.
|
data.data.pph | Data Type: STRING Income tax type applied. Example: "pph22"
|
data.data.pre_order | Data Type: BOOLEAN Indicates if the product is for pre-order.
|
data.data.pre_order_duration | Data Type: NUMBER Number of days for pre-order delivery.
|
data.data.price | Data Type: NUMBER Final product price (after tax).
|
data.data.price_after_ppn | Data Type: NUMBER Product price including PPN.
|
data.data.price_before_discount | Data Type: NUMBER Product price before discount.
|
data.data.price_before_ppn | Data Type: NUMBER Product price before tax.
|
data.data.price_discount | Data Type: NULL or NUMBER Value of price discount if available.
|
data.data.product_type | Data Type: NUMBER Type of product (e.g., 1 for physical).
|
data.data.product_with_ppn | Data Type: BOOLEAN Indicates product has tax (PPN).
|
data.data.publish | Data Type: BOOLEAN Whether product is published.
|
data.data.rating | Data Type: NULL or NUMBER Rating score of the product.
|
data.data.seller | Data Type: OBJECT Information about the seller.
|
data.data.seller._id | Data Type: STRING Seller ID.
|
data.data.seller.avatar | Data Type: STRING URL of seller's avatar.
|
data.data.seller.city | Data Type: STRING City of seller.
|
data.data.seller.company_category | Data Type: NUMBER Category type of company.
|
data.data.seller.company_type_name | Data Type: STRING Label for company type (e.g., "UMKM").
|
data.data.seller.labels | Data Type: ARRAY<STRING> List of labels such as ["PPN", "PKP"].
|
data.data.seller.location.lat | Data Type: NUMBER Latitude of seller's location.
|
data.data.seller.location.lon | Data Type: NUMBER Longitude of seller's location.
|
data.data.seller.logo | Data Type: STRING URL of seller's company logo.
|
data.data.seller.company_group | Data Type: ARRAY<STRING> List of companies or affiliations (e.g., ["ASABRI", "(Persero) Tbk."]).
|