CustomerBoxChildVariant
顧客向けBOX小商品のうち、定期購買で契約中の数量をセットした商品バリエーション
type CustomerBoxChildVariant {
productId: String!
variantId: String!
displayName: String!
description: String!
onlineStorePreviewUrl: String!
image: String
price: Int
quantity: Int!
}
Fields
CustomerBoxChildVariant.productId ● String! non-null scalar
BOX小商品の商品ID
- 説明: Productのglobally-unique ID.
- データ例:
"gid://shopify/Product/1234567890"
CustomerBoxChildVariant.variantId ● String! non-null scalar
BOX小商品のバリエーションID