-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedPAPPartners acceleration programPartners acceleration programProject: GraphQL
Milestone
Description
I would expect region to not be mandatory on the createCustomerAddress mutation. When submitting this mutation without region, there is no issue. When you try to run the setShippingAddressesOnCart mutation, with the just created customerAddress (keep in mind to use the customer_address_id
param and submit the Authorization header) it should work. The result is actually an error message stating: "regionId is required. Enter and try again.".
Preconditions (*)
- Magento 2.3.5-p1
Steps to reproduce (*)
- Run createCustomer mutation
- Run createCustomerAddress mutation (leave region out)
- Run createEmptyCart mutation (with auth header)
- Run addSimpleProductsToCart mutation (with auth header)
- Run setShippingAddressesOnCart mutation (with auth header)
Expected result (*)
- Since the customer address is exists I would expect the customer address to be added to the cart (same result as with region).
Actual result (*)
- Error message stating: "regionId is required. Enter and try again."
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedPAPPartners acceleration programPartners acceleration programProject: GraphQL