Skip to main content

Pickup Stores

GET 

/stores

Retrieve stores supporting local pickup shipping method

Responses

OK

Schema

  • Array [

  • title string

    Title of this group of stores. Will be shown on the checkout window to the user.

    strategy stringrequired

    Determines how the stores will be embedded on the shipping options.

    shippingId string

    Required for strategy append

    stores

    object[]

    required

  • Array [

  • id stringrequired

    Shipping Method ID. Will be sent as the selected method for the order.

    title stringrequired

    Title of the store location. Will be shown on the checkout window to the user.

  • ]

  • ]

Loading...