Tag: bigcommerce
-
BigCommerce REST / GraphQL – Adding item to cart for Customer, but calling the customer’s cart returns null
3 Either via using GraphQL or the Rest API, I create a cart for a customer (Either by sending customer_id in REST, or x-bc-customer-id in GraphQL). GraphQL: Create customer Impersonation Token and Create Cart Note: There’s also an Assign Cart to Customer mutation, but it only took a cart and didn’t do anything. REST: Create…