Skip to content
Advertisement

Tag: bigcommerce

Bigcommerce cart 422: Missing required fields error

I’m using Laravel to consume the Bigcommerce V3 API. I have ben able to succesfully create a new cart. But when trying to add an item to it, I keep getting a 422: Missing required fields error. I’m making my request trough Guzzle like this: The product I’m trying to add has no options or modifiers, so I don’t understand

Advertisement