Cancel Request CANP

Cancel Request CANP

Main function

Cancellation request for open positions.

Comments

  • If this message is not implemented, cancellation requests must be handled in the Partner Portal/CMI.

  • If the Cancel Request is implemented, it is mandatory that the Cancel Confirmation is also implemented.

image-20240104-130543.png
XML tree view

 

<?xml version="1.0" encoding="utf-8"?> <CANCELREQUEST xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opentrans.org/XMLSchema/2.1" version="2.1"> <CANCELREQUEST_HEADER> <CANCELREQUEST_INFO> <ORDER_ID>9316271</ORDER_ID> <CANCELREQUEST_DATE>2017-06-15T16:57:33</CANCELREQUEST_DATE> <LANGUAGE xmlns="http://www.bmecat.org/bmecat/2005">ger</LANGUAGE> <PARTIES> <PARTY> <PARTY_ID xmlns="http://www.bmecat.org/bmecat/2005" type="buyer_specific">2045638</PARTY_ID> <PARTY_ROLE>buyer</PARTY_ROLE> <ADDRESS> <CONTACT_DETAILS> <TITLE xmlns="http://www.bmecat.org/bmecat/2005">Herr</TITLE> <FIRST_NAME xmlns="http://www.bmecat.org/bmecat/2005">Richard &amp; Annelies</FIRST_NAME> <CONTACT_NAME xmlns="http://www.bmecat.org/bmecat/2005">Kaufmann+Meiermann Co.</CONTACT_NAME> </CONTACT_DETAILS> <STREET xmlns="http://www.bmecat.org/bmecat/2005">Bahnhofstrasse 50</STREET> <ZIP xmlns="http://www.bmecat.org/bmecat/2005">8957</ZIP> <BOXNO xmlns="http://www.bmecat.org/bmecat/2005">75</BOXNO> <CITY xmlns="http://www.bmecat.org/bmecat/2005">Spreitenach</CITY> <COUNTRY xmlns="http://www.bmecat.org/bmecat/2005">Schweiz</COUNTRY> <COUNTRY_CODED xmlns="http://www.bmecat.org/bmecat/2005">CH</COUNTRY_CODED> <PHONE xmlns="http://www.bmecat.org/bmecat/2005">+41440000000</PHONE> <EMAIL xmlns="http://www.bmecat.org/bmecat/2005">noreply@galaxus.ch</EMAIL> </ADDRESS> </PARTY> <PARTY> <PARTY_ID xmlns="http://www.bmecat.org/bmecat/2005" type="buyer_specific">1928008</PARTY_ID> <PARTY_ROLE>supplier</PARTY_ROLE> <ADDRESS> <NAME xmlns="http://www.bmecat.org/bmecat/2005">Musterfirma AG</NAME> <STREET xmlns="http://www.bmecat.org/bmecat/2005">Teststrasse 17</STREET> <ZIP xmlns="http://www.bmecat.org/bmecat/2005">8000</ZIP> <CITY xmlns="http://www.bmecat.org/bmecat/2005">Zürich</CITY> <COUNTRY xmlns="http://www.bmecat.org/bmecat/2005">Schweiz</COUNTRY> <COUNTRY_CODED xmlns="http://www.bmecat.org/bmecat/2005">CH</COUNTRY_CODED> <EMAIL xmlns="http://www.bmecat.org/bmecat/2005">noreply@galaxus.ch</EMAIL> </ADDRESS> </PARTY> <PARTY> <PARTY_ID type="buyer_specific" xmlns="http://www.bmecat.org/bmecat/2005">2165966</PARTY_ID> <PARTY_ROLE>delivery</PARTY_ROLE> <ADDRESS> <CONTACT_DETAILS> <TITLE xmlns="http://www.bmecat.org/bmecat/2005">Herr</TITLE> <FIRST_NAME xmlns="http://www.bmecat.org/bmecat/2005">Richard &amp; Annelies</FIRST_NAME> <CONTACT_NAME xmlns="http://www.bmecat.org/bmecat/2005">Kaufmann+Meiermann Co.</CONTACT_NAME> </CONTACT_DETAILS> <STREET xmlns="http://www.bmecat.org/bmecat/2005">Bahnhofstrasse 50</STREET> <ZIP xmlns="http://www.bmecat.org/bmecat/2005">8957</ZIP> <BOXNO xmlns="http://www.bmecat.org/bmecat/2005">75</BOXNO> <CITY xmlns="http://www.bmecat.org/bmecat/2005">Spreitenach</CITY> <COUNTRY xmlns="http://www.bmecat.org/bmecat/2005">Schweiz</COUNTRY> <COUNTRY_CODED xmlns="http://www.bmecat.org/bmecat/2005">CH</COUNTRY_CODED> <PHONE xmlns="http://www.bmecat.org/bmecat/2005">+41440000000</PHONE> <EMAIL xmlns="http://www.bmecat.org/bmecat/2005">noreply@galaxus.ch</EMAIL> </ADDRESS> </PARTY> </PARTIES> <ORDER_PARTIES_REFERENCE> <BUYER_IDREF xmlns="http://www.bmecat.org/bmecat/2005" type="buyer_specific">2045638</BUYER_IDREF> <SUPPLIER_IDREF xmlns="http://www.bmecat.org/bmecat/2005" type="buyer_specific">1928008</SUPPLIER_IDREF> </ORDER_PARTIES_REFERENCE> </CANCELREQUEST_INFO> </CANCELREQUEST_HEADER> <CANCELREQUEST_ITEM_LIST> <CANCELREQUEST_ITEM> <LINE_ITEM_ID>1</LINE_ITEM_ID> <PRODUCT_ID> <SUPPLIER_PID xmlns="http://www.bmecat.org/bmecat/2005" type="supplierProductKey">A375-129</SUPPLIER_PID> <INTERNATIONAL_PID xmlns= "http://www.bmecat.org/bmecat/2005" type="gtin">09783404175109</INTERNATIONAL_PID> <BUYER_PID xmlns="http://www.bmecat.org/bmecat/2005" type="DgProductId">6406567</BUYER_PID> </PRODUCT_ID> <QUANTITY>2</QUANTITY> <ORDER_UNIT xmlns="http://www.bmecat.org/bmecat/2005">C62</ORDER_UNIT> </CANCELREQUEST_ITEM> </CANCELREQUEST_ITEM_LIST> <CANCELREQUEST_SUMMARY> <TOTAL_ITEM_NUM>2</TOTAL_ITEM_NUM> </CANCELREQUEST_SUMMARY> </CANCELREQUEST>

XML Element

M/C/S

Sample values

Data type [maxLength]

Description

XML Element

M/C/S

Sample values

Data type [maxLength]

Description

CANCELREQUEST

Must

-

-

See Namespaces regarding the correct usage of namespaces

. CANCELREQUEST_HEADER

Must

-

-

 

. . CANCELREQUEST_INFO

Must

-

-

 

. . . ORDER_ID

Must

9316271

dtSTRING[25]

Galaxus Purchase Order ID

. . . CANCELREQUEST_DATE

Must

2017-06-15T16:57:33

dtDATETIME

Cancel request timestamp

. . . LANGUAGE

Must

ger

dtLANG

BMEcat NS

Language end customer
Important for the RESPONSECOMMENT in the Cancel confirmation

. . . PARTIES

Must

-

-

 

. . . . PARTY

Must

-

-

 

. . . . . PARTY_ID

Must

2045638

dtSTRING[250]

BMEcat NS

Galaxus internal customer number

. . . . . PARTY_ROLE

Must

buyer, supplier

dtSTRING[20]

buyer & supplier (info relevant for billing)

. . . . . ADDRESS

Must

-

-

All address fields/combinations can occur with both UDX.DG.CUSTOMER_TYPE=private_customer and UDX.DG.CUSTOMER_TYPE=company

. . . . . . NAME

Can *

Mustermann GmbH

dtMLSTRING[50]

BMEcat NS

Company name

For EU-Hub partners with the PARTY_ROLE = delivery, always Galaxus Deutschland GmbH is transmitted (also for private customers)

. . . . . . NAME2

Can

Ulla Mustermann

dtMLSTRING[50]

BMEcat NS

For the attention of

. . . . . . NAME3

Can

Block A

dtMLSTRING[50]

BMEcat NS

Building

. . . . . . DEPARTMENT

Can

Accounting

dtMLSTRING[50]

BMEcat NS

Department

. . . . . . CONTACT_DETAILS

Can

-

-

 

. . . . . . . TITLE

Can

Mr., Ms.

dtMLSTRING[20]

BMEcat NS

Salutation (depending on the language of the customer)

. . . . . . . FIRST_NAME

Can *

Ulla

dtMLSTRING[50]

BMEcat NS

First name

  • = Either company name or first name and surname are mandatory

. . . . . . . CONTACT_NAME

Can *

Mustermann

dtMLSTRING[50]

BMEcat NS

Last name

  • = Either company name or first name and surname are mandatory

. . . . . . STREET

Can

Musterstrasse 200b

dtMLSTRING[50]

BMEcat NS

Street and house number

. . . . . . ZIP

Must

8000

dtMLSTRING[20]

BMEcat NS

ZIP code

. . . . . . BOXNO

Can

7

dtMLSTRING[20]

BMEcat NS

P.O. box number (the text P.O. box must be added to the address label)

. . . . . . CITY

Must

Zürich

dtMLSTRING[50]

BMEcat NS

City

. . . . . . COUNTRY

Must

Schweiz, Deutschland, Liechtenstein, Österreich

dtMLSTRING[50]

BMEcat NS

Country (transmitted in German only)

. . . . . . COUNTRY_CODED

Must

CH, DE, LI, AT

dtCOUNTRIES

BMEcat NS

Country code according ISO 3166-1 ALPHA-2

. . . . . . PHONE

Can

0448447700

dtMLSTRING[50]

BMEcat NS

Phone number

. . . . . . EMAIL

Must

noreply@galaxus.ch, noreply@galaxus.de

dtSTRING[255]

BMEcat NS

Galaxus Email Address (hardcoded)
Please do not send any emails to this address, the mailbox is not maintained
The email address of the end customer can be viewed in the CMI if required (carrier notification, service case):

 

. . . ORDER_PARTIES_REFERENCE

Must

-

-

 

. . . . BUYER_IDREF

Must

2045638

dtSTRING[250]

BMEcat NS

Galaxus internal customer number

. . . . SUPPLIER_IDREF

Must

1928008

dtSTRING[250]

BMEcat NS

Galaxus internal partner ID

. CANCELREQUEST_ITEM_LIST

Must

-

-

 

. . CANCELREQUEST_ITEM

Must

-

-

 

. . . LINE_ITEM_ID

Must

1, 2, 3

 

Continuous document line numbering, starting at «1»

. . . PRODUCT_ID

Must

-

-

 

. . . . SUPPLIER_PID

Must

A375-129

dtSTRING[50]

BMEcat NS

Partner product key

. . . . INTERNATIONAL_PID

Must

09783404175109

dtSTRING[14]

BMEcat NS

GTIN-14 with leading zeros

. . . . BUYER_PID

Can

6406567

dtSTRING[50]

BMEcat NS

Galaxus product key

. . . QUANTITY

Must

2

dtNUMBER

Cancellation quantity

. . . ORDER_UNIT

Must

C62

dtPUNIT

BMEcat NS

«C62» (hardcoded), stands for the unit piece

. CANCELREQUEST_SUMMARY

Must

-

-

 

. . TOTAL_ITEM_NUM

Must

2

dtNUMBER

Total quantity