Skip to main content

Update shippings by supplier

PATCH 

/api/checkout/:id/shipping

Update shippings by supplier.

Request

Path Parameters

    id stringrequired

    The ID of the Cart

Body

array

required

  • Array [

  • supplier_id integer

    The ID of the supplier

    shipping_id string

    The ID of the shipping option

  • ]

Responses

Successful initialization of payment

Schema

    any

Loading...