Mircate
  1. How to
Mircate
  • Introduction
  • Authentication
  • Errors
  • Change Logs
  • PIM
    • Get Products
      POST
    • Get Product Settings
      GET
    • Get Catalog Settings
      GET
    • Upsert Product
      POST
    • Upsert Category
      POST
    • Bulk Product Upsert
      POST
    • Check Batch Status
      POST
    • Delete Product
      POST
    • Attach Product Attribute Image
      POST
    • Attach Category Image
      POST
    • Get Image
      GET
    • Upsert Attributes
      POST
    • Delete Attribute
      POST
    • Upsert Attribute Options
      POST
    • Upsert Attribute Option
      POST
    • Delete Attribute Option
      POST
  • Promotion
    • Calculate
      POST
    • Start Transaction
      POST
    • Commit Transaction
      POST
    • Revert Transaction
      POST
    • Cancel Transaction
      POST
    • Get Active Promotions
      GET
  • Loyalty
    • Receive Event
    • Calculate
    • Start Transaction
    • Commit Transaction
    • Cancel Transaction
    • List Measurements
  • Wallet
    • Get Wallet
    • Create Wallet
    • Create Account
    • Get Account
    • Get Accounts
    • List Accounts
    • List Transactions
    • Add Account
    • Remove Account
    • Fix
    • Load
    • Spend
    • Refund
    • Cancel
  • Talking Product
    • Create Product
    • Update Product
    • Delete Product
    • Get Product
    • List Product
  • Merchant
    • Sales Channel
      • Reserve Stock
      • Cancel Stock
      • Commit Stock
      • Refund Stock
      • Get Current Stock
    • Product Supplier
      • Receive Stock
      • Receive Price
      • Get Stock/Price History
      • Check Batch Status
      • Remove My Products
      • Clean My Products
      • Export Stock/Price
      • List Exports
      • Get Exported Files
    • Global Products
      • Receive Products
      • Get Global Products
      • Remove Global Products
  • Common
    • Dataset
      • Create
      • Update
      • Delete
      • Value Upsert
      • Value Delete
      • List Sources
      • List Values
  • How to
    • Creating a Promotion Template
    • Promotion Transaction Flow
    • Understanding PIM Product Statuses
  1. How to

Understanding PIM Product Statuses

How Status Works#

Below are some explanations to better understand certain scenarios and API usage related to the statuses of products:
Creating a New Product:
When you create a product using the API, if the status is not specified, it will default to "DRAFT" status. This indicates that your product is not yet ready and is not being offered to customers. Webhooks are not triggered at this stage.
Archiving a Product:
When you change a product's status to "ARCHIVED," it triggers webhooks once. This signifies that the product is no longer active and is not being offered to customers.
Making Changes to an "ARCHIVED" Product:
If a product is in the "ARCHIVED" status, and you make changes to it, webhooks are not triggered. This is because products in the "ARCHIVED" status are no longer offered to customers.
Activating a Product:
When you change a product's status to "ACTIVE," any changes made in this status will trigger webhooks.
Taking these scenarios into account, you should pay attention to the relevant business logic and webhook triggering rules when creating products via the API or changing their statuses.
Modified at 2024-09-18 06:03:40
Previous
Promotion Transaction Flow
Built with