For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versandkosten

Versandkosten

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json

Versandkosten mit Bedingungen

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

countryCodestringOptional

Ländercode

fromPostcodestringOptional

Postleitzahl von

toPostcodestringOptional

Postleitzahl bis

fromParcelCountinteger · int32Optional

Ab Anzahl Pakete

fromShipmentWeightnumberOptional

Ab Gewicht (Sendungsgewicht)

netPricenumberRequired

Kosten netto

grossPricenumberOptional

Kosten brutto

purchasePricebooleanOptional

Einkaufspreis?

Default: false
currencyCodestringRequired

Währung (ISO-A3)

get/erp/delivery/shipping-costs/{id}
GET /api/erp/delivery/shipping-costs/{id} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "deliveryMethodRef": {
    "id": "text",
    "label": "text",
    "description": "text",
    "active": true
  },
  "deliveryTermRef": {
    "id": "text",
    "label": "text",
    "description": "text",
    "active": true
  },
  "countryCode": "text",
  "fromPostcode": "text",
  "toPostcode": "text",
  "fromParcelCount": 1,
  "fromShipmentWeight": 1,
  "fromShipmentWeightUnitTypeRef": {
    "id": 1,
    "name": "text",
    "abbreviation": "text"
  },
  "netPrice": 1,
  "grossPrice": 1,
  "purchasePrice": false,
  "currencyCode": "text"
}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Versandkosten mit Bedingungen

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

countryCodestringOptional

Ländercode

fromPostcodestringOptional

Postleitzahl von

toPostcodestringOptional

Postleitzahl bis

fromParcelCountinteger · int32Optional

Ab Anzahl Pakete

fromShipmentWeightnumberOptional

Ab Gewicht (Sendungsgewicht)

netPricenumberRequired

Kosten netto

grossPricenumberOptional

Kosten brutto

purchasePricebooleanOptional

Einkaufspreis?

Default: false
currencyCodestringRequired

Währung (ISO-A3)

Responses
200

successful operation

application/json

Versandkosten mit Bedingungen

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

countryCodestringOptional

Ländercode

fromPostcodestringOptional

Postleitzahl von

toPostcodestringOptional

Postleitzahl bis

fromParcelCountinteger · int32Optional

Ab Anzahl Pakete

fromShipmentWeightnumberOptional

Ab Gewicht (Sendungsgewicht)

netPricenumberRequired

Kosten netto

grossPricenumberOptional

Kosten brutto

purchasePricebooleanOptional

Einkaufspreis?

Default: false
currencyCodestringRequired

Währung (ISO-A3)

put/erp/delivery/shipping-costs/{id}
PUT /api/erp/delivery/shipping-costs/{id} HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 361

{
  "version": "text",
  "info": {},
  "id": "text",
  "deliveryMethodRef": {
    "id": "text"
  },
  "deliveryTermRef": {
    "id": "text"
  },
  "countryCode": "text",
  "fromPostcode": "text",
  "toPostcode": "text",
  "fromParcelCount": 1,
  "fromShipmentWeight": 1,
  "fromShipmentWeightUnitTypeRef": {
    "id": 1,
    "name": "text",
    "abbreviation": "text"
  },
  "netPrice": 1,
  "grossPrice": 1,
  "purchasePrice": false,
  "currencyCode": "text"
}
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "deliveryMethodRef": {
    "id": "text",
    "label": "text",
    "description": "text",
    "active": true
  },
  "deliveryTermRef": {
    "id": "text",
    "label": "text",
    "description": "text",
    "active": true
  },
  "countryCode": "text",
  "fromPostcode": "text",
  "toPostcode": "text",
  "fromParcelCount": 1,
  "fromShipmentWeight": 1,
  "fromShipmentWeightUnitTypeRef": {
    "id": 1,
    "name": "text",
    "abbreviation": "text"
  },
  "netPrice": 1,
  "grossPrice": 1,
  "purchasePrice": false,
  "currencyCode": "text"
}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/erp/delivery/shipping-costs/{id}
DELETE /api/erp/delivery/shipping-costs/{id} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "context": "text",
  "messageValue": "text"
}

Create new Resource

post
Body

Versandkosten mit Bedingungen

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

countryCodestringOptional

Ländercode

fromPostcodestringOptional

Postleitzahl von

toPostcodestringOptional

Postleitzahl bis

fromParcelCountinteger · int32Optional

Ab Anzahl Pakete

fromShipmentWeightnumberOptional

Ab Gewicht (Sendungsgewicht)

netPricenumberRequired

Kosten netto

grossPricenumberOptional

Kosten brutto

purchasePricebooleanOptional

Einkaufspreis?

Default: false
currencyCodestringRequired

Währung (ISO-A3)

Responses
200

successful operation

application/json

Versandkosten mit Bedingungen

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

countryCodestringOptional

Ländercode

fromPostcodestringOptional

Postleitzahl von

toPostcodestringOptional

Postleitzahl bis

fromParcelCountinteger · int32Optional

Ab Anzahl Pakete

fromShipmentWeightnumberOptional

Ab Gewicht (Sendungsgewicht)

netPricenumberRequired

Kosten netto

grossPricenumberOptional

Kosten brutto

purchasePricebooleanOptional

Einkaufspreis?

Default: false
currencyCodestringRequired

Währung (ISO-A3)

post/erp/delivery/shipping-costs
POST /api/erp/delivery/shipping-costs HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 361

{
  "version": "text",
  "info": {},
  "id": "text",
  "deliveryMethodRef": {
    "id": "text"
  },
  "deliveryTermRef": {
    "id": "text"
  },
  "countryCode": "text",
  "fromPostcode": "text",
  "toPostcode": "text",
  "fromParcelCount": 1,
  "fromShipmentWeight": 1,
  "fromShipmentWeightUnitTypeRef": {
    "id": 1,
    "name": "text",
    "abbreviation": "text"
  },
  "netPrice": 1,
  "grossPrice": 1,
  "purchasePrice": false,
  "currencyCode": "text"
}
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "deliveryMethodRef": {
    "id": "text",
    "label": "text",
    "description": "text",
    "active": true
  },
  "deliveryTermRef": {
    "id": "text",
    "label": "text",
    "description": "text",
    "active": true
  },
  "countryCode": "text",
  "fromPostcode": "text",
  "toPostcode": "text",
  "fromParcelCount": 1,
  "fromShipmentWeight": 1,
  "fromShipmentWeightUnitTypeRef": {
    "id": 1,
    "name": "text",
    "abbreviation": "text"
  },
  "netPrice": 1,
  "grossPrice": 1,
  "purchasePrice": false,
  "currencyCode": "text"
}

Last updated

Was this helpful?