Closed TomashKhamlai closed 5 years ago
Related to #761. Reproduced on #804
simple-product-date
option_id
{ products( filter: { sku: { eq: "simple-product-date" } } ) { items { ... on CustomizableProductInterface { options { option_id } } } } }
mutation { addSimpleProductsToCart( input: { cart_id: "XNpDkymvFOQBmxyDExJmgJdEZvjtFubt" cart_items: { data: { quantity: 1 sku: "simple-product-date" } customizable_options: [ { id: 5 value_string: "01-01-01 14:00:05" } ] } } ) { cart { items { id quantity product { sku stock_status } ... on SimpleCartItem { customizable_options { id label values { id label value } } } } } } }
Related to #761. Reproduced on #804
Preconditions (*)
simple-product-date
Steps to reproduce (*)
option_id
Expected result (*)
Actual result (*)