Skip to main content

Retrieve Store Pickup Methods

GET 

/stores

Retrieve store pickup locations and methods

Request

Responses

OK

Schema

  • 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.

    address

    object

    street stringrequired

    Full Address of the Store Location.

    postcode stringrequired

    Postcode of the Store Location. Will be used to filter and sort locations for the end user.

    country string

    2-letter ISO country code of the store location.

    phone string

    Phone Number of the store location.

  • ]

Loading...