> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/anylogi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/anylogi/en_us/label/shipping/create.md).

# Issue a Shipping Label and a Commercial Invoice

## Preparation

Please complete this preparation before use.

{% content-ref url="/pages/UaG7ky21GlYo8p0tU6ae" %}
[Preparation before use](/anylogi/en_us/label/onboarding.md)
{% endcontent-ref %}

## &#x20;Issue procedure

1. Open the Closs-Boader Shipping page.&#x20;
2. Orders with a shipping address "except for Japan" will appear in the "Ready For Shipment" list.&#x20;

{% hint style="info" %}
If orders are not displayed, please check the following.

・Have you linked your store to a channel (e.g. Shopify)? →If not, please click[ here](/anylogi/en_us/label/onboarding/install.md).

・Please check if the delivery address of the order is "except for Japan".

・If you are using AnyLogi without a channel connected, please create the order manually.&#x20;
{% endhint %}

3. &#x20;Select the order for which you want to issue a shipping label and a commercial invoice" .
4. &#x20;Set the shipper, type of contents, size of boxes, and damage coverage. Enter "0" for the  Damage Coverage if you do not use damage insurance.&#x20;

{% hint style="info" %}
The damage insurance fee differs depending on each shipping service. Please refer to the page of each delivery service for details.&#x20;
{% endhint %}

5. If necessary, you can select the signature option or DDP.&#x20;
6. Click "**Issue Delivery Slip**".&#x20;

{% hint style="danger" %}
When issuing a Shipping Label with Japan Post, the company name and address fields must be 36 characters or less.
{% endhint %}

5. Compare the estimated shipping cost and expected delivery date of each shipping service, select the service you want to use, and save the information.&#x20;
6. "A shipping label and "A commercial invoice" will be automatically issued. You can download PDF files from the "Shipping label" and "Commercial Invoice" buttons in the upper right corner.&#x20;
7. &#x20;Once they are issued, the order information will be automatically moved to the "Ready For Shipment" list.

## Signature Option

Signature Option is  an optional (paid) service of each shipping carrier that requires the buyer to sign for the shipment upon delivery.&#x20;

For more information, please refer to the page of each delivery service.

{% content-ref url="/pages/gMyxTiVZ0UJSJkzcTfaM" %}
[UPS](/anylogi/en_us/label/add/courier/ups.md)
{% endcontent-ref %}

## DDP

Delivered duty paid (DDP) is a delivery agreement whereby the seller assumes all of the responsibility, risk, and costs associated with transporting goods until the buyer receives or transfers them at the destination port.

AnyLogi supports DDP of Incoterms.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://anymind-group.gitbook.io/anylogi/en_us/label/shipping/create.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
