Skip to Content

Query String

Some pages feature querystrings to ease some testing and links.

QueryString Component

The QueryString component provides a UI to display and copy query strings from the current page. It shows a button with a link icon that, when clicked, displays the current query strings and provides options to copy them.

Features

  • Display current query strings
  • Copy query strings only
  • Copy all query strings (including empty values)
  • Copy query strings with full URL
  • Copy all query strings with full URL

Available Query Strings by Page

/product (inventory page)

Available query strings:

  • id → Ex: id=6 - Auto searches product with ID
  • sku → Ex: sku=123456789 - Auto searches product with SKU
  • search → Ex: search=ABC123-UUID - Auto searches product by UUID (unique identifier)
  • adjust → Ex: adjust=+1 - Auto sends the inventory adjustment. Can be + or - followed by any integer (e.g., +7 or -19)
Last updated on