logo

Kanał dostawy

api/delivery/channel

Nowy kanał

Opis Creates new delivery channel for a given store. If the store_uuid is not explicitly passed during the call to the endpoint then the delivery will be assigned to the last created store in the account.
Końcówka API api/delivery/channel/create
Metoda POST
Parametry
Wymagane
Nagłówki
Nazwa Typ Wartość Opis
token string - Token uzyskany podczas tworzenia konta
Parametry
Nazwa Typ Wartość Opis
name string - Nazwa dla tworzonego kanału dostawy.
price decimal 0.00 - 10000.00 Koszt dostawy
Optional
Parametry
Nazwa Typ Wartość Opis
store_uuid string - If the parameter is not given then the delivery channel will be assigned to the last created store in the account.
note string - A short note that will be shown to a user about the delivery.
Success response

{
    "code": 200,
    "body": {
        "data": {
            "uuid": "c1690258-7983-473b-8bb8-7302c7ce2131",
            "store": {
                "uuid": "fdab1d05-6dc0-575d-8916-78e84ce8ccc2"
            }
        }
    }
}
Błąd odpowiedzi If wrong/non-existing store_uuid given:

{
    "code": 422,
    "body": {
        "data": [],
        "errors": {
            "store_uuid": [
                "The given store uuid could not be found."
            ]
        }
    }
}

Kontakt dla resellerów

Andrzej Bernat

pomoc@mkoszyk.pl

+48 530 858 861

Siedziba

mkoszyk.pl

ul. Wolności 64B

73-200 Choszczno