GET:customer_inventory_notes.json
Commerce APIGET:customer_inventory_notes.json

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

Query Parameters

customer_inventory_id: String, required

Unique customer inventory item identifier. See also: Unique Identifiers

Example: ?customer_inventory_id=ii_EQzGqWoY


ids: Comma-separated array of String, required

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

Example: ?ids=ni_EQzGqWoY,ni_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Array of Note

Response Body Type

Loading module