Skip to content

Instantly share code, notes, and snippets.

@philcon93
Last active February 11, 2020 07:16
Show Gist options
  • Save philcon93/9090da3a9f0153e3347275e5b0072034 to your computer and use it in GitHub Desktop.
Save philcon93/9090da3a9f0153e3347275e5b0072034 to your computer and use it in GitHub Desktop.
Sales Order filter options

Filters

Suggested Filters

  1. order:
  • order:id
  • order:status
  1. approval
  • approval:true
  • approval:false
  1. customer:
  1. date placed:
  • placed:yesterday
  • placed:'> 2 days ago'
  • placed:>=30/01/2020
  1. product:
  • product:'model name'
  • product:sku
  1. purchase order:
  • po:id
  1. shipping option:
  • shipping:id
  • shipping:'shipping option name'
  1. warehouse:
  • warehouse:id
  • warehouse:'warehouse name'
  1. sales channel:
  • channel:id
  • channel:'eBay'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment