Maginium
Admin Api
Admin Api
  • About
  • API reference
    • CustomerGroups
      • Permissions
      • Default
      • Search
    • Customers
      • Confirm
      • BillingAddress
      • ShippingAddress
      • Carts
      • Me
        • Activate
        • Password
        • BillingAddress
        • ShippingAddress
      • Search
      • Activate
      • Password
        • ResetLinkToken
      • ResetPassword
      • Validate
      • IsEmailAvailable
      • Addresses
      • Permissions
        • Readonly
    • CmsPage
      • Search
    • CmsBlock
      • Search
    • Products
      • Media
        • Types
      • Options
        • Types
      • Links
        • Types
        • Attributes
      • Websites
      • Downloadable links
        • Samples
      • Attributes
        • Options
        • Types
      • Attribute sets
        • Attributes
        • Groups
          • List
        • Sets
          • List
      • Tier prices
      • Types
      • Tier prices information
      • Tier prices delete
      • Base prices information
      • Base prices
      • Cost information
      • Cost
      • Cost delete
      • Special price information
      • Special price
      • Special price delete
      • StockItems
      • Group prices
        • Tiers
          • Price
    • Categories
      • Attributes
        • Options
      • Products
      • Move
      • List
    • StockItems
      • LowStock
        • /
    • Carts
      • Items
      • Selected payment method
      • Billing address
      • Coupons
      • Gift message
      • Order
      • Shipping methods
      • Estimate shipping methods by address id
      • Estimate shipping methods
      • Payment methods
      • Totals
      • Shipping information
      • Totals information
      • Mine
        • Items
        • Selected payment method
        • Billing address
        • Coupons
        • Payment information
        • Gift message
        • Order
        • Shipping methods
        • Estimate shipping methods by address id
        • Estimate shipping methods
        • Payment methods
        • Totals
        • Collect totals
        • Shipping information
        • Totals information
        • Set payment information
      • Licence
        • List
      • /
      • Search
    • Guest carts
      • Items
      • Selected payment method
      • Billing address
      • Coupons
      • Payment information
      • Gift message
      • Order
      • Shipping methods
      • Estimate shipping methods
      • Payment methods
      • Collect totals
      • Totals
      • Shipping information
      • Totals information
      • Set payment information
    • Orders
      • Comments
      • Statuses
      • Cancel
      • Emails
      • Hold
      • Unhold
      • Items
      • Create
    • Invoices
      • Comments
      • Emails
      • Void
      • Capture
      • /
    • Creditmemo
      • Comments
      • Emails
      • Refund
    • Shipment
      • Comments
      • Emails
      • Label
      • Track
      • /
    • Transactions
    • TaxRates
      • Search
    • TaxRules
      • Search
    • TaxClasses
      • Search
    • SalesRules
      • Search
    • Coupons
      • Search
      • Generate
      • DeleteByIds
      • DeleteByCodes
    • Bulk
      • Detailed status
      • Status
      • Operation status
    • Modules
    • Search
    • Addresses
    • Products render info
    • StockStatuses
    • Creditmemos
    • Shipments
    • Amazon shipping address
    • Amazon billing address
    • Store
      • StoreViews
      • StoreGroups
      • Websites
      • StoreConfigs
    • Adobestock
      • Asset
        • Search
        • List
      • Search
    • Directory
      • Countries
      • Currency
    • Eav
      • Attribute sets
        • List
    • AttributeMetadata
      • Customer
        • Attribute
        • Form
        • Custom
      • CustomerAddress
        • Attribute
        • Form
        • Custom
    • Bundle products
      • Links
      • Options
        • Children
        • All
        • Types
        • Add
      • Children
    • Order
      • Refund
      • Ship
      • Invoice
      • Notify orders are ready for pickup
    • Configurable products
      • Children
      • Options
        • All
      • Child
      • Variation
    • Inventory
      • Sources
      • Stocks
      • Stock source links
      • Source items
      • Low quantity notification
      • Get sources assigned to stock ordered by priority
      • Stock source links delete
      • Source items delete
      • Bulk product source assign
      • Bulk product source unassign
      • Bulk product source transfer
      • Bulk partial source transfer
      • Get distance provider code
      • Get distance
      • Get latlng from address
      • Get latslngs from address
      • Export stock salable qty
      • Dump stock index data
      • Get product salable quantity
      • Is product salable
      • Are products salable
      • Is product salable for requested qty
      • Stock resolver
      • Source selection algorithm list
      • Source selection algorithm result
      • Low quantity notifications delete
      • Are product salable for requested qty
        • /
      • In store pickup
        • Pickup locations
          • /
    • Invoice
      • Refund
    • Analytics
      • Link
    • Amazon
      • Order ref
    • Applepay
      • Auth
    • Address
      • Cleanse
    • Guest address
      • Cleanse
    • Vertex address validation
      • Vertex address
    • Integration
      • Admin
        • Token
      • Customer
        • Token
Powered by GitBook
On this page
  1. API reference
  2. StockItems
  3. LowStock

/

PreviousLowStockNextCarts

catalog Inventory Stock Registry V1Get Low Stock Items Get

get

Retrieves a list of SKU's with low inventory qty

Query parameters
scopeIdstringOptional

(Required)

Example: <integer>
qtystringOptional

(Required)

Example: <number>
currentPagestringOptionalExample: <integer>
pageSizestringOptionalExample: <integer>
Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/stockItems/lowStock/ HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
  "items": [
    {
      "qty": "<number>",
      "is_in_stock": "<boolean>",
      "is_qty_decimal": "<boolean>",
      "show_default_notification_message": "<boolean>",
      "use_config_min_qty": "<boolean>",
      "min_qty": "<number>",
      "use_config_min_sale_qty": "<integer>",
      "min_sale_qty": "<number>",
      "use_config_max_sale_qty": "<boolean>",
      "max_sale_qty": "<number>",
      "use_config_backorders": "<boolean>",
      "backorders": "<integer>",
      "use_config_notify_stock_qty": "<boolean>",
      "notify_stock_qty": "<number>",
      "use_config_qty_increments": "<boolean>",
      "qty_increments": "<number>",
      "use_config_enable_qty_inc": "<boolean>",
      "enable_qty_increments": "<boolean>",
      "use_config_manage_stock": "<boolean>",
      "manage_stock": "<boolean>",
      "low_stock_date": "<string>",
      "is_decimal_divided": "<boolean>",
      "stock_status_changed_auto": "<integer>",
      "item_id": "<integer>",
      "product_id": "<integer>",
      "stock_id": "<integer>",
      "extension_attributes": "<object>"
    },
    {
      "qty": "<number>",
      "is_in_stock": "<boolean>",
      "is_qty_decimal": "<boolean>",
      "show_default_notification_message": "<boolean>",
      "use_config_min_qty": "<boolean>",
      "min_qty": "<number>",
      "use_config_min_sale_qty": "<integer>",
      "min_sale_qty": "<number>",
      "use_config_max_sale_qty": "<boolean>",
      "max_sale_qty": "<number>",
      "use_config_backorders": "<boolean>",
      "backorders": "<integer>",
      "use_config_notify_stock_qty": "<boolean>",
      "notify_stock_qty": "<number>",
      "use_config_qty_increments": "<boolean>",
      "qty_increments": "<number>",
      "use_config_enable_qty_inc": "<boolean>",
      "enable_qty_increments": "<boolean>",
      "use_config_manage_stock": "<boolean>",
      "manage_stock": "<boolean>",
      "low_stock_date": "<string>",
      "is_decimal_divided": "<boolean>",
      "stock_status_changed_auto": "<integer>",
      "item_id": "<integer>",
      "product_id": "<integer>",
      "stock_id": "<integer>",
      "extension_attributes": "<object>"
    }
  ],
  "search_criteria": {
    "mapper_interface_name": "occae",
    "criteria_list": [
      {
        "mapper_interface_name": "cupidatat esse",
        "criteria_list": [
          {
            "value": "<Circular reference to #/components/schemas/framework-criteria-interface detected>"
          },
          {
            "value": "<Circular reference to #/components/schemas/framework-criteria-interface detected>"
          }
        ],
        "filters": [
          "consequat fugiat ut consectetur laboris",
          "ullamco qui eu nu"
        ],
        "orders": [
          "Ut dolore ullamco",
          "fugiat exercitation"
        ],
        "limit": [
          "quis laborum id a",
          "fugia"
        ]
      },
      {
        "mapper_interface_name": "ex eiusmod incididunt",
        "criteria_list": [
          {
            "value": "<Circular reference to #/components/schemas/framework-criteria-interface detected>"
          },
          {
            "value": "<Circular reference to #/components/schemas/framework-criteria-interface detected>"
          }
        ],
        "filters": [
          "tempor anim occaecat ex",
          "in sit incididunt"
        ],
        "orders": [
          "aliquip in Lorem nulla sunt",
          "officia nostrud"
        ],
        "limit": [
          "eiusmod nulla commodo esse laborum",
          "et eu sit in"
        ]
      }
    ],
    "filters": [
      "occaecat in ipsum exercitation",
      "ullamco ut in"
    ],
    "orders": [
      "pariatur culpa qui",
      "irure"
    ],
    "limit": [
      "id",
      "labore reprehenderit"
    ]
  },
  "total_count": -24705707
}