API structure has changed
16 structure changes including:
1 Addition
15 Modifications
Modified
15
GET /commerce/{accountId}/baskets/{basketId}
- Authentication
- Bearer auth authentication method Added
GET /commerce/{accountId}/menus
- Authentication
- Bearer auth authentication method Added
GET /commerce/{accountId}/stores
- Authentication
- Bearer auth authentication method Added
GET /commerce/{accountId}/stores/{storeId}
- Authentication
- Bearer auth authentication method Added
GET /commerce/{accountId}/stores/{storeId}/menus
- Authentication
- Bearer auth authentication method Added
GET /commerce/{accountId}/v2/checkouts/{checkoutId}
- Authentication
- Bearer auth authentication method Added
PATCH /commerce/{accountId}/baskets/{basketId}/charges
- Authentication
- Bearer auth authentication method Added
PATCH /commerce/{accountId}/baskets/{basketId}/customer
- Authentication
- Bearer auth authentication method Added
PATCH /commerce/{accountId}/baskets/{basketId}/discounts
- Authentication
- Bearer auth authentication method Added
PATCH /commerce/{accountId}/baskets/{basketId}/fulfillment
- Authentication
- Bearer auth authentication method Added
PATCH /commerce/{accountId}/baskets/{basketId}/items
- Authentication
- Bearer auth authentication method Added
PATCH /commerce/{accountId}/baskets/{basketId}/payment
- Authentication
- Bearer auth authentication method Added
POST /commerce/{accountId}/baskets
- Authentication
- Bearer auth authentication method Added
POST /commerce/{accountId}/v2/checkouts
- Authentication
- Bearer auth authentication method Added
POST /oauth/token
- Authentication
- Bearer auth authentication method Added
Added
1
Bearer authauthentication method