Sync Qiscus Shop Product with 3rd party system

Sync product data is a feature for onboarding new products, updating existing products, or replacing old products with new ones through the API. Several mechanisms are provided to facilitate users in fulfilling the desired business use cases.

  1. Login to Qiscus Shop Dashboard
  2. Click Credentials to create a Secret Key when you haven't created befor, and follow the step here.
  3. When the Secret Key is successfully created, then you need to Copy the Secret Key because the Key will not appear again after this.
  4. Create a Sync Product via API /admin/api/v1/syncs , there is 2 options between JSON or Form Data.

for example

JSON
Form Data
Copy

You need to fulfill the required parameter like File for upload file by Form data (file template JSON File Template or CSV File Template) , Data for Json & scenario.

Choose Scenario

  • create_only, used only to add new products and variants without altering or deleting existing ones.
  • create_or_update, used to add new products and variants and will modify existing ones based on the SKU of the Product and Variant.
  • replace, used to update all product data by removing old products and variants and adding new products.
  1. View the progress by visiting Product page first then click Sync History
  1. The Sync History will display all previous syncs made. You can search for a specific sync by viewing detailed information such as Status, Result, Action, or matching the Creation time.
  2. You can view the detailed report of a sync by clicking View Report.
  1. The Sync Report will show all products synced via the API along with any Error or Suggestion information if present.
  1. Perform the sync as needed through the API Sync.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard