Skip to content

Instantly share code, notes, and snippets.

@abdellani
Created February 6, 2023 15:17
Show Gist options
  • Save abdellani/5be53ce1948f55a82f0488dd81e1e0a6 to your computer and use it in GitHub Desktop.
Save abdellani/5be53ce1948f55a82f0488dd81e1e0a6 to your computer and use it in GitHub Desktop.
  • order
    • number
    • special instructions
    • note
    • payment_state
  • order cycle
    • name
  • distributor
    • business address
      • company
    • name
    • abn (not sure what is it)
    • address (different from business address)
    • contact
      • email
    • invoice text
  • bill address
    • full name
    • full address
    • phone
  • customer
    • code
  • ship address
    • full name
    • full address
    • phone
  • payments
    • payment method name (refers to the payment method)
    • payment state
    • amount
  • payment method (from payments)
  • line items
    • variant -> product -> supplier name
    • quantity
    • name
  • enterprise fee
    • coordinator
    • exchanges
  • shipments
  • tax
    • line items
    • shipments
    • enterprise fee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment