Customers > Customer Inventory > customerInventoryNotes
Commerce APICustomersCustomer InventorycustomerInventoryNotes
customerInventoryNotes
GET:customer_inventory_notes.json

Description

Get all notes of a given inventory item or some specific notes.

Note that you either provide ids or customer_inventory_id.

This is a typical bulk get endpoint.

Permission bit: "customer_inventory_notes.read"

Topic: Customer Inventory

Arguments

customer_inventory_id: String!

Unique customer inventory item identifier. See also: Unique Identifiers

Example: "ii_EQzGqWoY"


ids: [String!]

List of inventory item note ids. See also: Unique Identifiers

Example: ["ni_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Note!]

Preview (typescript)

Loading module