Product SKU in WooCommerce Order
-
When a customer places an order with a product, (SKU123), the initial order is processed just fine. If the customer selects the product for Autoship an order will be generated automatically in 4 weeks with the same product. The issue is that we need to identify the product differently than the first order when it comes to inventory. Any subsequent orders placed with Autoship, every 4 weeks, need to identify the product as (SKU123REFILL) instead of (SKU123).
The SKU isn’t currently being placed into the order as data – it looks like it’s being retrieved based on the product id. First can someone confirm that’s what WooCommerce does by default. Second is there a way that we can save this new sku, (SKU123REFILL), with the order in such a way that other attempts to retrieve this data will show the new sku? We are using DEAR to manage inventory which uses the Woo API to get at the JSON data.
- The topic ‘Product SKU in WooCommerce Order’ is closed to new replies.