Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
9 changes: 8 additions & 1 deletion packages/api-client/src/api/customerCart/customerCart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -177,4 +183,5 @@ export default gql`
}
}
}
}`;
}
`;
9 changes: 8 additions & 1 deletion packages/api-client/src/api/mergeCarts/mergeCarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -177,4 +183,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ export default gql`
configurable_product_option_value_uid
value_label
}
configured_variant {
sku
thumbnail {
url
}
}
}
... on BundleCartItem {
bundle_options {
Expand Down Expand Up @@ -179,4 +185,5 @@ export default gql`
}
}
}
}`;
}
`;