ResultCustomerSubscriptionLinesCustomAttributes
顧客向け定期購買商品に紐づくCustomAttributes
type ResultCustomerSubscriptionLinesCustomAttributes {
lineId: String
customAttributes: [CustomAttribute]
}
Fields
ResultCustomerSubscriptionLinesCustomAttributes.lineId
● String
scalar
定期購買商品ID
- 説明: SubscriptionLine の globally-unique ID.
- データ例:
gid://shopify/SubscriptionLine/1234567890
ResultCustomerSubscriptionLinesCustomAttributes.customAttributes
● [CustomAttribute]
list object
カスタムアトリビュート
- 説明: キーバリュー形式のカスタムアトリビュート
Example
{
"lineId": "gid://shopify/SubscriptionLine/1234567890",
"customAttributes": [
{
"key": "Key",
"value": "Value"
}
]
}