You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.**Order Identification:** It first checks if the order already exists in HotWax Commerce by looking for a matching Shopify order ID. If the order exists, it skips further processing.
Need to reference that we store unique Shopify id in special Shopify table
"uses OrderItemAttribute to store properties associated with line items"
We should be particular about the name "lineItemProperties" or even the exact name of the object in Shopify order JSON so that it is easy for the developer to track.
"creates OrderAttribute or OrderItemAttribute entities" is misleading. Create Shopify Order code does not create entities
"If a product is tagged as "ON_PRE_ORDER_PROD" or "ON_BACK_ORDER_PROD" in Shopify" I don't think this part is accurate with respect to line item properties. I think we should double check our understanding here.
The text was updated successfully, but these errors were encountered:
Comments on the create sales order spec document
https://github.com/saastechacademy/foundation/blob/main/project-ideas/create-sales-order.md
foundation/project-ideas/create-sales-order.md
Line 7 in b1c0c02
Need to reference that we store unique Shopify id in special Shopify table
"uses OrderItemAttribute to store properties associated with line items"
We should be particular about the name "lineItemProperties" or even the exact name of the object in Shopify order JSON so that it is easy for the developer to track.
"creates OrderAttribute or OrderItemAttribute entities" is misleading. Create Shopify Order code does not create entities
"If a product is tagged as "ON_PRE_ORDER_PROD" or "ON_BACK_ORDER_PROD" in Shopify" I don't think this part is accurate with respect to line item properties. I think we should double check our understanding here.
The text was updated successfully, but these errors were encountered: