> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/whatsapp-commerce/logistics-integration/logistics-core-module/faqs.md).

# FAQs

### Overview

These FAQs cover common questions about the Logistics Core Module.

### What is the Logistics Core Module used for?

Use it to configure the main delivery settings for a catalog.

This includes shop location, pickup setup, package defaults, delivery methods, and delivery automation.

It supports both your own delivery setup and partner-based logistics workflows.

### Does the module support both in-shop delivery and third-party logistics?

Yes.

Use the core module for in-shop delivery configuration.

If you use a logistics partner, combine the core module with [Delivery Partner Integrations](/whatsapp-commerce/logistics-integration/delivery-partner-integrations.md).

### Do I need to configure this before using a delivery partner?

Yes.

The provider connection handles the external integration.

The core module defines how your store uses delivery inside the catalog.

### What should I configure first?

Start with:

1. [Access delivery settings](/whatsapp-commerce/logistics-integration/logistics-core-module/access-delivery-settings.md)
2. [Shop Setup](/whatsapp-commerce/logistics-integration/logistics-core-module/shop-setup.md)
3. [Pickup Configuration](/whatsapp-commerce/logistics-integration/logistics-core-module/pickup-configuration.md)

### Why is Shop Setup important?

Shop location is used for delivery operations.

It can affect pickup handling, delivery coverage, and provider-side processing.

### What happens if package details are missing in products?

The system can use [Default Package Settings](/whatsapp-commerce/logistics-integration/logistics-core-module/default-package-settings.md) as a fallback.

This helps prevent shipment creation issues.

### What is the difference between delivery methods and pickup configuration?

Pickup configuration controls pickup readiness and operational rules.

[Customize Delivery Methods](/whatsapp-commerce/logistics-integration/logistics-core-module/customize-delivery-methods.md) controls how orders are delivered to customers.

### Can I enable more than one delivery method?

Yes.

You can configure the delivery methods that fit your business model.

Use the method settings to define how each one behaves.

### Is this structure designed for future logistics partners?

Yes.

The module is structured to support multiple logistics partners over time.

New integrations can plug into the same delivery workflow and core settings.

### When should I enable automatic pickup initiation?

Enable it when pickup requests should start from an order status automatically.

See [Automatically Initiate Request to Pickup](/whatsapp-commerce/logistics-integration/logistics-core-module/automatically-initiate-request-to-pickup.md).

### When should I use automatic delivery assignment?

Use it when delivery tasks should be assigned without manual selection.

See [Automatic delivery assignment](/whatsapp-commerce/logistics-integration/logistics-core-module/automatic-delivery-assignment.md).

### Where can I check delivery details for an order?

Open the order and review [Delivery Details in Order (360 View)](/whatsapp-commerce/logistics-integration/logistics-core-module/delivery-details-in-order-360-view.md).

### Does this module affect all catalogs?

These settings are configured at the catalog level.

If you use multiple catalogs, review each catalog separately.

### What should I read next?

Continue with:

* [Customize Delivery Methods](/whatsapp-commerce/logistics-integration/logistics-core-module/customize-delivery-methods.md)
* [Automatically Initiate Request to Pickup](/whatsapp-commerce/logistics-integration/logistics-core-module/automatically-initiate-request-to-pickup.md)
* [Automatic delivery assignment](/whatsapp-commerce/logistics-integration/logistics-core-module/automatic-delivery-assignment.md)


---

# 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:

```
GET https://help.pickyassist.com/whatsapp-commerce/logistics-integration/logistics-core-module/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
