Skip to content

Instantly share code, notes, and snippets.

@hiendinhngoc
Created June 15, 2023 04:08
Show Gist options
  • Save hiendinhngoc/aef762bc8bbc0da7ce1d2b7acd27a46d to your computer and use it in GitHub Desktop.
Save hiendinhngoc/aef762bc8bbc0da7ce1d2b7acd27a46d to your computer and use it in GitHub Desktop.
List APIs affected by update order item type

List APIs:

  1. Direct
    1. updateOrderItem
  2. Indirect
    1. order_type
      1. cm_sdi_record_type
        1. → cmSdiCreateRecord
        2. → mSdiHeaderMapRecord
        3. → cmSdiProcessRecord
        4. → cmSdiValidateRecord
        5. → cmSdiRecord
        6. → cmSdiGetAllRecords
      2. → applyListToCart
      3. → buildOrderItemsInWarehouse
      4. → cancelInventoryCheck
      5. → cancelOrder
      6. → checkoutGift
      7. → checkout
      8. → checkoutWithInternalDispatch
      9. → removeOrderItems
      10. → reorder
      11. → selectItemsFromCart
      12. → updateCart
      13. → orders
      14. → selectedCart
      15. → orderGift
      16. → cart
      17. → order
      18. → giftCampaignOrders
      19. → returnedGift
      20. → returnedItem
    2. returned_gift_type → belongs to order_type 👆
    3. returned_item_type → belongs to order_type 👆
    4. subscription_type → belongs to order_type 👆
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment