商品属性項目一覧取得
GET /products/attribute_items
GET
/products/attribute_items
商品属性項目一覧を取得します。
対象プラン
- スタンダード
- プレミアム
- プレミアムプラス
- フードビジネス
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” fields
array
検索パラメータ(カンマ区切りで指定可)
Response項目を指定可能
※一部項目(withで指定する項目、2階層目以降の項目)については指定不可
sort
string
並び順(カンマ区切りで指定可)
指定可能なパラメータ
- no:項目番号:商品属性に付与されている連番
- code:コード:商品属性項目を一意にする項目
- displaySequence:表示順:表示順序
limit
integer
上限数
page
integer
ページ
code
string
コード:商品属性項目を一意にする項目
no
integer
項目番号:商品属性に付与されている連番
Responses
Section titled “ Responses ”取得成功
Array<object>
object
code
コード:商品属性項目を一意にする項目
string
no
項目番号:商品属性に付与されている連番
string
name
選択肢名:商品属性項目の名称
string
displaySequence
表示順:表示順序
string
Example
[ { "code": "string", "no": "string", "name": "string", "displaySequence": "string" }]