ファイル: src/Types/SkuItem.php
public function jsonSerialize() { return [ 'postId' => !empty($this->sku) ? $this->sku['post_id'] : null, 'skuMetaId' => $this->skuMetaId, 'welitemSku' => $this->sku, 'welitem' => $this->item, ]; }
使用されるアイテム | 説明 |
---|---|
src/Types/GroupItem.php: GroupItem::jsonSerialize() | Returns key-value representation of the object |
src/Types/ComboSet.php: ComboSet::jsonSerialize() | Returns JSON serializable array |