Skip to main content

Creates or modifies a manual pick up for an store.

Creates or modifies a manual pick up for an store.

Path Parameters
  • storeId int64 required

    Possible values: Value must match regular expression \d+

    ID of store

  • pickupDate date-time required

    Possible values: Value must match regular expression [^/]+

    Pickup timestamp

    Example: 2017-07-21T17:32:28Z
Request Body
  • totalSlots string required

    Possible values: Value must match regular expression \d+

  • description string

    Possible values: Value must match regular expression .{0,100}

Responses

Created new pickup was successful

Loading...