E-commerce

How to manage customer inquiries about custom gift packs

How to manage customer inquiries about custom gift packs

July 1, 2026

"I want 5 products in the box, the site only accepts 4." "Can I mix cosmetics and candles in the same box?" "The message on the box says something different from the card inside." Three tickets where a poorly framed personalized multi-product gift box generates abandonment, ops errors, and disappointment upon opening.

The e-commerce personalized gift pack customer support covers build-a-box composition rules, box personalization, category constraints, message coordination, and gift shipping. Distinct from general gift ordering (#205) and bundle conversion help (#97).

This guide #487 covers the GIFTBOX-SUP policy, GIFTBOX-MAP matrix, and GIFTBOX flow. Completes gift orders (#205) and packaging (#337) with the customer-assembled multi-product box support playbook perspective. Support pair of the future box bot (#488).

Summary

Why do customized gift sets generate customer service tickets?

A customized gift box ticket is created when the customer combines multiple SKUs in a box with min/max rules, categories, or a bespoke message.

Five typical pain points

  • Opaque rules: 4 items max discovered only at checkout

  • Forbidden Mix: cosmetic + food item blocked without explanation

  • Double message: box text vs. inside card text mismatch

  • OOS Substitution: an out-of-stock item breaks the custom bundle

  • Surprise pricing: total box price ≠ sum of displayed items

Shopify Enterprise points out that multi-product gift experiences require clear checkout and ops rules (Shopify, gift 2025).

Angle #487 vs related content

DTC beauty example: 280 gift box orders/month, giftbox_ticket_rate 13 %. After GIFTBOX-MAP: giftbox_compose_resolve 79 %, giftbox_ops_error -38 %.

How does GIFTBOX-SUP differ from #205 and #97?

Three layers: bundle choice, box composition, gift confidentiality.

Journey matrix → guide

  • #487 GIFTBOX-FLOW: compose rules, message box, substitute OOS

  • #205 GIFT-FLOW: hide price invoice recipient

  • #337 GIFT-WRAP: wrap card exceptions

  • #97 bundle UX: pre-buy compare pack vs solo

  • #488 GIFTBOXBOT: bot compose tier 1

Four GIFTBOX-TYPE

  • giftbox_compose_pre: questions before finalizing composition

  • giftbox_compose_post: edit message or item post-order pre-pick

  • giftbox_substitute_oos: out of stock item in box

  • giftbox_mixed_rules: forbidden categories or allergens

Promise #487: GIFTBOX-SUP policy, GIFTBOX-MAP matrix, 10 giftbox_* typologies, flow GIFTBOX GB-1 to GB-8, GIFTBOX-* macros, giftbox_* KPIs.

Which giftbox_* typologies should be mapped?

Ten typologies of custom gift box tickets.

Ten giftbox scenarios

  1. giftbox_min_max_items: minimum and maximum number of products

  2. giftbox_category_mix: mixing categories allowed or not

  3. giftbox_message_box: text printed on the box vs card

  4. giftbox_price_cap: maximum budget for composition

  5. giftbox_substitute_oos: replacement product for out-of-stock items

  6. giftbox_dietary: allergen diet in food box

  7. giftbox_ship_gift: recipient address + hide price #205

  8. giftbox_duplicate_item: same SKU allowed twice

  9. giftbox_corporate_logo: company logo on B2B box

  10. giftbox_return_partial: return of a single item from the box

Helpdesk tags

giftbox, giftbox_compose, giftbox_oos, giftbox_message, gift cross-tag.

Intake data GB-1

order_id optional, box_sku, items_selected[], giftbox_rules, message_box, message_card, ship_gift Y/N, giftbox_type.

Which GIFTBOX-MAP matrix should be documented?

The GIFTBOX-MAP matrix lists composition rules and messages.

GIFTBOX-MAP Columns

  • box_code: GIFTBOX-BEAUTY, GIFTBOX-GOURMET

  • min_items: 3

  • max_items: 6

  • allowed_categories: skincare, candle, tea

  • forbidden_mix: food + cosmetic N

  • box_message_max: 80 characters

  • substitute_policy: swap same category or refund line

  • price_rule: fixed box price vs sum items -10%

GIFTBOX-BEAUTY Example

Choose 4 to 6 items among skincare, candles, accessories. No food mix. Box message 80 char. Inside card 200 char. Box price = sum of items -12%.

How to write the GIFTBOX-SUP policy in eight rules?

Eight GIFTBOX-SUP support + ops rules.

  1. GB-01: Composition = GIFTBOX-MAP lookup, no ad hoc exception

  2. GB-02: Message box and card separate, two fields two macros

  3. GB-03: OOS item = substitute_policy or contact client pre-ship

  4. GB-04: Hide price ship gift aligned with #205 if gift flag present

  5. GB-05: Dietary food box: quote PDP allergens, do not invent

  6. GB-06: Post-order edit pre-pick: message or swap item once

  7. GB-07: Partial return: indivisible box policy or line-by-line documented

  8. GB-08: Corporate logo: B2B handoff if outside self-serve

Flow GIFTBOX GB-1 to GB-8

Eight-step agent flow.

  1. GB-1 Intake: giftbox question, items[], order_id if post

  2. GB-2 GIFTBOX-MAP: rules min max mix price

  3. GB-3 Classify: giftbox_* typology

  4. GB-4 Explain: GIFTBOX-RULE macro client_label

  5. GB-5 Compose assist: suggest valid combo under budget

  6. GB-6 OOS branch: substitute or refund line

  7. GB-7 Gift coord: link #205 hide price #337 wrap

  8. GB-8 Close: tag giftbox_resolved

SLA

giftbox_compose_pre : < 30 min chat. giftbox_oos pre-ship : contact client < 4 h.

GIFTBOX-* macros and gift coordination

Aligned macros GIFTBOX-MAP + links #205 #337.

Essential macros

  • GIFTBOX-RULE-01: Box [name]: [min]-[max] items, categories [list]. [forbidden_mix].

  • GIFTBOX-COMPOSE-01: Suggestions under [budget] €: [sku list]. Composer link.

  • GIFTBOX-OOS-01: Item [X] unavailable: substitute [Y] or line refund.

  • GIFTBOX-MSG-01: Box message [80 char] separate from card [200 char]. Check spelling.

  • GIFTBOX-GIFT-01: Gift shipping: price hidden, invoice to buyer. See #205.

Gourmet box allergens: allergen guide #261.

Warehouse ops and mixed basket

Coordination of custom gift box ops.

Warehouse workflow

  • Pick list: box items grouped under the same order with a giftbox tag

  • Assembly: box + printed message + card #337

  • QA: count items = max map before sealing

  • OOS hold: do not ship incomplete boxes without client approval

Box cart + standalone stock SKU: combined shipping or split according to documented policy.

Which giftbox_* KPIs should be tracked?

Customized gift boxes dashboard.

  • giftbox_ticket_rate: tickets / giftbox orders

  • giftbox_compose_resolve: % of finalized compositions post-contact

  • giftbox_oos_rate: boxes with substitution

  • giftbox_ops_error: incorrect item count message

  • giftbox_csat: post-delivery gift satisfaction

Agent errors to avoid

Five giftbox support anti-patterns.

  1. Promising 7 items: max map = 6

  2. Unauthorized mix allowed: food + cosmetic

  3. Confusing messages: box vs card

  4. OOS incomplete ship: without substitute OK

  5. Vague return policy: indivisible box unexplained

How does Qstomy help with gift sets?

Qstomy reads GIFTBOX-MAP, suggests valid composition, routes OOS and gift flags, via Shopify.

Key capabilities

  • Intent giftbox_compose: rules lookup + suggest items

  • Budget filter: compose under cap

  • Reroute gift: #205 hide price #337 wrap

  • Handoff OOS: substitute payload items[]

Explore AI support and request a demo.

GIFTBOX Checklist, FAQ and going further

8-step Checklist

  1. GIFTBOX-MAP v1: min max categories mix price

  2. GIFTBOX-SUP: 8 rules + macros

  3. UX Composer: messages block = client_label

  4. Ops SOP: assembly QA count items

  5. Link #205 #337: gift ship wrap macros

  6. Flow GB-1 to GB-8: 30 min training

  7. OOS substitute: policy + email template

  8. KPI dashboard: monthly giftbox_*

FAQ

Difference with #205?
#205 = post-order gift confidentiality. #487 = multi-product box composition rules.

Is partial return possible?
According to GIFTBOX-MAP return_policy: indivisible box or line by line.

Does bot #488 replace agents?
Bot composes tier 1. Post-pay OOS and disputes = #487 agents.

Go further

This week: publish GIFTBOX-MAP, test GIFTBOX-COMPOSE-01 budget €80, verify ops QA count items on 5 test orders.

Enzo

July 1, 2026

Convert over 2,000 customers on average per month with Qstomy.

The world’s 1st Shopify AI dedicated to customer conversion

Empowering 200+ e-commerce merchants

Subscribe to the newsletter and get a personalized e-book!

No-code solution, no technical knowledge required. AI trained on your e-shop and non-intrusive.

*Unsubscribe at any time. We do not send spam.

Subscribe to the newsletter and get a personalized e-book!

No-code solution, no technical knowledge required. AI trained on your e-shop and non-intrusive.

*Unsubscribe at any time. We do not send spam.