This article explains how to set up apparel order intake in GelatoConnect to ensure orders from storefronts, FTP uploads, or API integrations flow smoothly into your production workflow. You’ll learn how to connect order sources, map product attributes, run tests, and prepare for live order processing.
Set Up and Connect Order Sources
GelatoConnect supports multiple intake channels so you can manage diverse sales and partner systems from one platform.
Supported intake methods:
FTP/SFTP: Automatically fetch recurring or batch-uploaded orders.
E-commerce platforms: Connect storefronts like Shopify, Etsy, WooCommerce, Infigo, and Pressero.
API integrations: Ideal for high-volume clients like Cloudprinter or Redbubble.
To begin, configure one or more sources based on your business needs:
FTP/SFTP
Provide access credentials and specify where GelatoConnect should look for incoming files.
Storefront integration
Follow the guided connection steps in GelatoConnect. Attribute mapping is assisted by AI to match order data like size, color, and SKU.
API setup
Share your webhook URL to receive orders directly via API(Transform your order intake process with GelatoConnect). This is best for automated B2B or B2C partners.
For setup guidance, visit [Order Intake - GCW] Identify Order Intake Methods.
Map Apparel Attributes
Each order must include key apparel information to route and produce it accurately:
SKU
Size
Color
Print method (DTG, DTF, etc.)
During setup, GelatoConnect prompts you to verify that incoming data aligns with your existing procurement configuration.
Example API request:
{
"orderReferenceId": "sample_order_001",
"orderType": "order",
"currency": "EUR",
"retailCurrency": "EUR",
"retailShippingPriceInclVat": 5,
"shipmentMethodUid": "normal",
"shippingAddress": {
"country": "GB",
"firstName": "Jane",
"lastName": "Smith",
"addressLine1": "123 Sample Street",
"addressLine2": "",
"city": "Sampletown",
"postCode": "SMP 123",
"state": "",
"email": "[email protected]",
"phone": "+44 1234 567890",
"companyName": "SampleCompany"
},
"items": [
{
"itemReferenceId": "sample_item_001",
"productUid": "product_sample_uid",
"quantity": 2,
"retailPriceInclVat": 19.99,
"files": [
{
"type": "default",
"url": "https://example.com/sample_front.png",
"fitMethod": "meet"
},
{
"type": "back",
"url": "https://example.com/sample_back.png",
"fitMethod": "meet"
}
]
}
]
}
Note: Use “default” for the front print area on apparel. Learn more in the [Order Intake - GCW] GelatoConnect API Basics guide.
Run a Test Order
Before launching live intake, run a test to verify system behavior.
Checklist:
Submit a test order using your chosen method (FTP, storefront, or API)
Confirm it appears in the GelatoConnect dashboard
Ensure the production workflow starts automatically
Check that artwork and job tickets are generated correctly
Verify order details such as SKU, size, and color
Go Live with Order Intake
After successful testing:
Activate the channel for live orders.
Monitor the first orders closely to ensure all production and packaging workflows execute as expected.
Next step: 🔗 [GC Apparel] Logistics Setup for Apparel Production
📝 Not what you needed?
Help us improve this article, send us an email to [email protected] — please include the article title.