Skip to main content

Get pickup place by id

GET 

/api/v1/pickup-place/:id

Get pickup place by id

Request

Path Parameters

    id stringrequired

    UUID of the pickup place

Responses

Pickup place successfully returned

Schema

    id uuidrequired

    Identifier of pickup place

    eshopId uuid

    Id of the eshop this pickup place belongs to

    Example: edf4b2ec-c1fc-42da-ba86-eb3a236cd565
    type DestinationType (string)required

    Type of destination

    Possible values: [PARCEL_SHOP, PARCEL_BOX, HOUSE_ADDRESS]

    Example: HOUSE_ADDRESS
    carrier Carrier (string)required

    carrier identifier

    Possible values: [BUDBEE, CZECH_POST, DHL, DIY, DPD, DPD_CZ, DPD_PL, DPD_SK, EU_SHIPMENTS, FAN_COURIER, FEDEX, GEBRUDER_WEISS, GEIS, GLS, GLS_CZ, GLS_HR, GLS_HU, GLS_RO, GLS_SI, GLS_SK, GO_BALIK, INPOST, JAPO, KURIER_123, KURYR_123, LANDMARK, MESSENGER, PACKETA, PBH, POST_AG, POCZTA_POLSKA, PPL, PPL_CPL, SAMEDAY, SAMEDAY_RO, SLOVAKIA_POST, SPEEDY, SPRING_GDS, SPS, SWISS_POST, TAXYDROMIKI, TOP_TRANS, ULOZENKA, URGENT_CARGUS, UNKNOWN, UPS, WEDO, PERSONAL_PICKUP]

    Example: GLS
    originPickupPlaceId stringrequired

    Origin ID of parcelShop/Box

    Example: FZ001
    origin OriginType (string)required

    Type of origin system

    Possible values: [CARRIER, SHOPTET, SHOPTET_PREMIUM, SHOPIFY, UPGATES, API_USER]

    Example: SHOPTET
    countryCode CountryCode (string)required

    Location country of the pickup place

    Possible values: [UNDEFINED, AC, AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BU, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CP, CR, CS, CU, CV, CW, CX, CY, CZ, DE, DG, DJ, DK, DM, DO, DZ, EA, EC, EE, EG, EH, ER, ES, ET, EU, EZ, FI, FJ, FK, FM, FO, FR, FX, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, IC, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NT, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SF, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SU, SV, SX, SY, SZ, TA, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TP, TR, TT, TV, TW, TZ, UA, UG, UK, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, XU, XK, YE, YT, YU, ZA, ZM, ZR, ZW]

    Example: CZ
    zoneId stringrequired
    Example: America/New_York
    name stringrequired
    Example: My cool pickup place

    location

    object

    required

    Location of pickup place

    line1 string

    address line1

    Example: Sesame street 11b
    line2 string

    address line2

    city string
    Example: MyCoolCity
    region string

    optional address region

    Example: Michigan
    state string

    optional address state

    Example: Michigan
    zipCode string
    Example: 48228

    gps

    object

    GPS of pickup place location

    latitude double

    GPS latitude

    Example: 14.4542789
    longitude double

    GPS longitude

    Example: 50.0933864
    note string
    Example: Amazing place
    phone stringrequired

    Customer phone

    Example: +420 123 456 789
    email stringrequired

    email

    Example: iboughtsomething@customer.com
    image string

    Pickup place image link

    Example: https://cdn.images/amazing.png
    storageTime int32

    How long the shipment will be stored, in days

    Example: 4

    openingHours

    object

    required

    Opening Hours and exceptions

    regular

    object

    required

    Regular opening hours

    monday

    object[]

    Time interval(s) during the day when the place is open - null or empty means closed all day

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • tuesday

    object[]

    Time interval(s) during the day when the place is open - null or empty means closed all day

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • wednesday

    object[]

    Time interval(s) during the day when the place is open - null or empty means closed all day

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • thursday

    object[]

    Time interval(s) during the day when the place is open - null or empty means closed all day

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • friday

    object[]

    Time interval(s) during the day when the place is open - null or empty means closed all day

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • saturday

    object[]

    Time interval(s) during the day when the place is open - null or empty means closed all day

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • sunday

    object[]

    Time interval(s) during the day when the place is open - null or empty means closed all day

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • exceptions

    object[]

    required

    Exceptional opening hours - e.g. public holidays

  • Array [

  • date date
    Example: 2023-02-17
    from stringdeprecated

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to stringdeprecated

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00

    hours

    object[]

  • Array [

  • from string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 08:00:00
    to string

    Possible values: Value must match regular expression HH:mm:ss

    Example: 18:00:00
  • ]

  • reason string
    Example: Reconstruction
  • ]

Loading...