Inventory management

To manage inventory (stock) through the connector, you must activate the Overwrite stock option in the Parameters:

 
 

Next, configure the necessary fields so the connector can handle inventory-related information:

  • tracked: Defines whether stock tracking should be enabled (previously inventory_management). Boolean type with the following options:
    • yes: allows the connector to set the stock quantity (tracks stock). This value is required to send stock (inventory_quantity).
    • no | empty | null: does not allow the connector to set the stock quantity. Use this option if stock is not sent via the connector (inventory_quantity).
      • If the value of tracked is set to yes and the Overwrite stock parameter is deactivated, the item will be synchronized with stock set to 0.
  • inventory_quantity: Stock depending on the location.
  • inventory_policy: Defines whether customers can place orders when the item is out of stock. It must be mapped to a text field with the values:
    • deny: customers cannot place orders for out-of-stock products.
    • continue: customers can place orders for out-of-stock products.

       
       

For more detailed information on inventory management, please refer to the official Shopify documentation.