Getting the "manual cart"

Trying to follow Building a custom e commerce integration · ordoro/api-examples Wiki · GitHub and getting the cart that has vendor = manual

Pro Tip! Fetch the manual cart by querying the cart endpoint and using the cart that has vendor==manual.

curl -X GET \
  https://api.ordoro.com/cart \
  -H 'cache-control: no-cache'

but keeps getting this error

{
    "error_message": "'NoneType' object has no attribute 'rule'",
    "param": null
}

Hi,

the url should be https://api.ordoro.com/cart/

1 Like