/store-products-post-one

Summary

  • Source repository: jef-systems/jef-store-backend

  • Source SHA: 51d8f54b03209213e4a08efd91d0aec0ff5db1e0

  • Source run id: 28375175269

  • Lambda function: jef-store-products-post-one

  • HTTP method: POST

  • API path: /store-products-post-one

  • Endpoint URL: https://dqo3268ty9.execute-api.ap-southeast-1.amazonaws.com/prod/store-products-post-one

  • Payload mode: json-body

Description

Function

jef-store-products-post-one Logical ID: jef-store:jef-store-products:post-one Order Number: 004

Module

jef-store

Action

post-one

Method

POST

Invocation Mode

ASYNC

Resource Path

/store-products-post-one Endpoint Name: jef-store-products-post-one

Table

jef-store-products

Primary Key

product_number

API Gateway Response

status\_code

202

message

Request accepted for asynchronous processing.

Payload Example

entity\_number

aafae3f1-349b-42ac-b64e-dcb20de4b6fd

product\_number

d678d4b0-af12-4b62-b503-74e7a1aa8668

sku

value-001

product\_name

Sample Name

category

value-001

brand

value-001

description

value-001

base\_price

1

stock\_quantity

1

unit\_label

value-001

rating

1

is\_featured

True

tag\_1

value-001

tag\_2

value-001

tag\_3

value-001

display\_order

1

is\_active

True

is\_deleted

True

deleted\_at

2026-06-29T13:20:01Z

created

2026-06-29T13:20:01Z

updated

2026-06-29T13:20:01Z

idempotency\_key

value-001

schema\_version

1

version

1

children.jef-store-inventory-ledger\[0\].inventory\_ledger\_id

afa67fbd-cc85-4cca-82d2-fa1319afb523

children.jef-store-inventory-ledger\[0\].entity\_number

c09f7149-13df-453e-aff1-4d280e8d7e26

children.jef-store-inventory-ledger\[0\].product\_number

d678d4b0-af12-4b62-b503-74e7a1aa8668

children.jef-store-inventory-ledger\[0\].sku

value-001

children.jef-store-inventory-ledger\[0\].movement\_type

value-001

children.jef-store-inventory-ledger\[0\].source\_type

value-001

children.jef-store-inventory-ledger\[0\].source\_number

value-001

children.jef-store-inventory-ledger\[0\].quantity\_before

1

children.jef-store-inventory-ledger\[0\].quantity\_delta

1

children.jef-store-inventory-ledger\[0\].quantity\_after

1

children.jef-store-inventory-ledger\[0\].note

value-001

children.jef-store-inventory-ledger\[0\].is\_active

True

children.jef-store-inventory-ledger\[0\].is\_deleted

True

children.jef-store-inventory-ledger\[0\].deleted\_at

2026-06-29T13:20:01Z

children.jef-store-inventory-ledger\[0\].created

2026-06-29T13:20:01Z

children.jef-store-inventory-ledger\[0\].updated

2026-06-29T13:20:01Z

children.jef-store-inventory-ledger\[0\].idempotency\_key

value-001

children.jef-store-inventory-ledger\[0\].schema\_version

1

children.jef-store-inventory-ledger\[0\].version

1

Payload Schema

{
  "type": "object",
  "additionalProperties": "False",
  "payload_mode": "parent-plus-children-wrapper",
  "allow_children_wrapper": "True",
  "children_wrapper_field": "children",
  "allow_batch": "False",
  "table": "jef-store-products",
  "primary_key": "product_number",
  "required[0]": "entity_number",
  "required[1]": "sku",
  "required[2]": "product_name",
  "required[3]": "category",
  "required[4]": "brand",
  "required[5]": "description",
  "required[6]": "base_price",
  "required[7]": "stock_quantity",
  "required[8]": "unit_label",
  "required[9]": "rating",
  "required[10]": "is_featured",
  "required[11]": "tag_1",
  "required[12]": "tag_2",
  "required[13]": "tag_3",
  "required[14]": "display_order",
  "required[15]": "is_deleted",
  "required[16]": "deleted_at",
  "required[17]": "idempotency_key",
  "required[18]": "schema_version",
  "required[19]": "version",
  "properties.entity_number.field": "entity_number",
  "properties.entity_number.type": "S",
  "properties.entity_number.required": "True",
  "properties.entity_number.source_required": "True",
  "properties.entity_number.server_generated": "True",
  "properties.entity_number.autogenerated": "False",
  "properties.entity_number.frontend_autocomputed": "False",
  "properties.entity_number.format": "uuidv4",
  "properties.entity_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "properties.product_number.field": "product_number",
  "properties.product_number.type": "S",
  "properties.product_number.required": "False",
  "properties.product_number.source_required": "True",
  "properties.product_number.server_generated": "True",
  "properties.product_number.autogenerated": "False",
  "properties.product_number.frontend_autocomputed": "False",
  "properties.product_number.format": "uuidv4",
  "properties.product_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "properties.sku.field": "sku",
  "properties.sku.type": "S",
  "properties.sku.required": "True",
  "properties.sku.source_required": "True",
  "properties.sku.server_generated": "False",
  "properties.sku.autogenerated": "False",
  "properties.sku.frontend_autocomputed": "False",
  "properties.sku.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.product_name.field": "product_name",
  "properties.product_name.type": "S",
  "properties.product_name.required": "True",
  "properties.product_name.source_required": "True",
  "properties.product_name.server_generated": "False",
  "properties.product_name.autogenerated": "False",
  "properties.product_name.frontend_autocomputed": "False",
  "properties.product_name.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.category.field": "category",
  "properties.category.type": "S",
  "properties.category.required": "True",
  "properties.category.source_required": "True",
  "properties.category.server_generated": "False",
  "properties.category.autogenerated": "False",
  "properties.category.frontend_autocomputed": "False",
  "properties.category.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.brand.field": "brand",
  "properties.brand.type": "S",
  "properties.brand.required": "True",
  "properties.brand.source_required": "True",
  "properties.brand.server_generated": "False",
  "properties.brand.autogenerated": "False",
  "properties.brand.frontend_autocomputed": "False",
  "properties.brand.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.description.field": "description",
  "properties.description.type": "S",
  "properties.description.required": "True",
  "properties.description.source_required": "True",
  "properties.description.server_generated": "False",
  "properties.description.autogenerated": "False",
  "properties.description.frontend_autocomputed": "False",
  "properties.description.regex": "^.{0,500}$",
  "properties.base_price.field": "base_price",
  "properties.base_price.type": "N",
  "properties.base_price.required": "True",
  "properties.base_price.source_required": "True",
  "properties.base_price.server_generated": "False",
  "properties.base_price.autogenerated": "False",
  "properties.base_price.frontend_autocomputed": "False",
  "properties.base_price.regex": "^-?\\d+(\\.\\d+)?$",
  "properties.stock_quantity.field": "stock_quantity",
  "properties.stock_quantity.type": "N",
  "properties.stock_quantity.required": "True",
  "properties.stock_quantity.source_required": "True",
  "properties.stock_quantity.server_generated": "False",
  "properties.stock_quantity.autogenerated": "False",
  "properties.stock_quantity.frontend_autocomputed": "False",
  "properties.stock_quantity.regex": "^-?\\d+(\\.\\d+)?$",
  "properties.unit_label.field": "unit_label",
  "properties.unit_label.type": "S",
  "properties.unit_label.required": "True",
  "properties.unit_label.source_required": "True",
  "properties.unit_label.server_generated": "False",
  "properties.unit_label.autogenerated": "False",
  "properties.unit_label.frontend_autocomputed": "False",
  "properties.unit_label.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.rating.field": "rating",
  "properties.rating.type": "N",
  "properties.rating.required": "True",
  "properties.rating.source_required": "True",
  "properties.rating.server_generated": "False",
  "properties.rating.autogenerated": "False",
  "properties.rating.frontend_autocomputed": "False",
  "properties.rating.regex": "^-?\\d+(\\.\\d+)?$",
  "properties.is_featured.field": "is_featured",
  "properties.is_featured.type": "BOOL",
  "properties.is_featured.required": "True",
  "properties.is_featured.source_required": "True",
  "properties.is_featured.server_generated": "False",
  "properties.is_featured.autogenerated": "False",
  "properties.is_featured.frontend_autocomputed": "False",
  "properties.is_featured.regex": "^(true|false)$",
  "properties.tag_1.field": "tag_1",
  "properties.tag_1.type": "S",
  "properties.tag_1.required": "True",
  "properties.tag_1.source_required": "True",
  "properties.tag_1.server_generated": "False",
  "properties.tag_1.autogenerated": "False",
  "properties.tag_1.frontend_autocomputed": "False",
  "properties.tag_1.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.tag_2.field": "tag_2",
  "properties.tag_2.type": "S",
  "properties.tag_2.required": "True",
  "properties.tag_2.source_required": "True",
  "properties.tag_2.server_generated": "False",
  "properties.tag_2.autogenerated": "False",
  "properties.tag_2.frontend_autocomputed": "False",
  "properties.tag_2.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.tag_3.field": "tag_3",
  "properties.tag_3.type": "S",
  "properties.tag_3.required": "True",
  "properties.tag_3.source_required": "True",
  "properties.tag_3.server_generated": "False",
  "properties.tag_3.autogenerated": "False",
  "properties.tag_3.frontend_autocomputed": "False",
  "properties.tag_3.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "properties.display_order.field": "display_order",
  "properties.display_order.type": "N",
  "properties.display_order.required": "True",
  "properties.display_order.source_required": "True",
  "properties.display_order.server_generated": "False",
  "properties.display_order.autogenerated": "False",
  "properties.display_order.frontend_autocomputed": "False",
  "properties.display_order.regex": "^\\d+$",
  "properties.is_active.field": "is_active",
  "properties.is_active.type": "BOOL",
  "properties.is_active.required": "False",
  "properties.is_active.source_required": "True",
  "properties.is_active.server_generated": "True",
  "properties.is_active.autogenerated": "False",
  "properties.is_active.frontend_autocomputed": "False",
  "properties.is_active.regex": "^(true|false)$",
  "properties.is_deleted.field": "is_deleted",
  "properties.is_deleted.type": "BOOL",
  "properties.is_deleted.required": "True",
  "properties.is_deleted.source_required": "True",
  "properties.is_deleted.server_generated": "True",
  "properties.is_deleted.autogenerated": "False",
  "properties.is_deleted.frontend_autocomputed": "False",
  "properties.is_deleted.regex": "^(true|false)$",
  "properties.deleted_at.field": "deleted_at",
  "properties.deleted_at.type": "S",
  "properties.deleted_at.required": "True",
  "properties.deleted_at.source_required": "True",
  "properties.deleted_at.server_generated": "True",
  "properties.deleted_at.autogenerated": "False",
  "properties.deleted_at.frontend_autocomputed": "False",
  "properties.deleted_at.format": "iso8601",
  "properties.deleted_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "properties.created.field": "created",
  "properties.created.type": "S",
  "properties.created.required": "False",
  "properties.created.source_required": "True",
  "properties.created.server_generated": "True",
  "properties.created.autogenerated": "False",
  "properties.created.frontend_autocomputed": "False",
  "properties.created.format": "iso8601",
  "properties.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "properties.updated.field": "updated",
  "properties.updated.type": "S",
  "properties.updated.required": "False",
  "properties.updated.source_required": "True",
  "properties.updated.server_generated": "True",
  "properties.updated.autogenerated": "False",
  "properties.updated.frontend_autocomputed": "False",
  "properties.updated.format": "iso8601",
  "properties.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "properties.idempotency_key.field": "idempotency_key",
  "properties.idempotency_key.type": "S",
  "properties.idempotency_key.required": "True",
  "properties.idempotency_key.source_required": "True",
  "properties.idempotency_key.server_generated": "True",
  "properties.idempotency_key.autogenerated": "False",
  "properties.idempotency_key.frontend_autocomputed": "False",
  "properties.idempotency_key.regex": "^.{1,300}$",
  "properties.schema_version.field": "schema_version",
  "properties.schema_version.type": "N",
  "properties.schema_version.required": "True",
  "properties.schema_version.source_required": "True",
  "properties.schema_version.server_generated": "False",
  "properties.schema_version.autogenerated": "False",
  "properties.schema_version.frontend_autocomputed": "False",
  "properties.schema_version.regex": "^\\d+$",
  "properties.version.field": "version",
  "properties.version.type": "N",
  "properties.version.required": "True",
  "properties.version.source_required": "True",
  "properties.version.server_generated": "False",
  "properties.version.autogenerated": "False",
  "properties.version.frontend_autocomputed": "False",
  "properties.version.regex": "^\\d+$",
  "children[0].parent_table": "jef-store-products",
  "children[0].child_table": "jef-store-inventory-ledger",
  "children[0].parent_key": "product_number",
  "children[0].child_foreign_key": "product_number",
  "children[0].child_index_name": "gsi_1",
  "children[0].child_index_key": "gsi_1_pk",
  "children[0].aliases[0]": "jef-store-inventory-ledger",
  "children[0].aliases[1]": "inventory-ledger",
  "children[0].aliases[2]": "store-inventory-ledger",
  "children[0].aliases[3]": "jef_store_inventory_ledger",
  "children[0].aliases[4]": "inventory_ledger",
  "children[0].aliases[5]": "store_inventory_ledger",
  "children[0].aliases[6]": "ledger",
  "root.type": "object",
  "root.attributes.entity_number.field": "entity_number",
  "root.attributes.entity_number.type": "S",
  "root.attributes.entity_number.required": "True",
  "root.attributes.entity_number.source_required": "True",
  "root.attributes.entity_number.server_generated": "True",
  "root.attributes.entity_number.autogenerated": "False",
  "root.attributes.entity_number.frontend_autocomputed": "False",
  "root.attributes.entity_number.format": "uuidv4",
  "root.attributes.entity_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "root.attributes.product_number.field": "product_number",
  "root.attributes.product_number.type": "S",
  "root.attributes.product_number.required": "False",
  "root.attributes.product_number.source_required": "True",
  "root.attributes.product_number.server_generated": "True",
  "root.attributes.product_number.autogenerated": "False",
  "root.attributes.product_number.frontend_autocomputed": "False",
  "root.attributes.product_number.format": "uuidv4",
  "root.attributes.product_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "root.attributes.sku.field": "sku",
  "root.attributes.sku.type": "S",
  "root.attributes.sku.required": "True",
  "root.attributes.sku.source_required": "True",
  "root.attributes.sku.server_generated": "False",
  "root.attributes.sku.autogenerated": "False",
  "root.attributes.sku.frontend_autocomputed": "False",
  "root.attributes.sku.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.product_name.field": "product_name",
  "root.attributes.product_name.type": "S",
  "root.attributes.product_name.required": "True",
  "root.attributes.product_name.source_required": "True",
  "root.attributes.product_name.server_generated": "False",
  "root.attributes.product_name.autogenerated": "False",
  "root.attributes.product_name.frontend_autocomputed": "False",
  "root.attributes.product_name.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.category.field": "category",
  "root.attributes.category.type": "S",
  "root.attributes.category.required": "True",
  "root.attributes.category.source_required": "True",
  "root.attributes.category.server_generated": "False",
  "root.attributes.category.autogenerated": "False",
  "root.attributes.category.frontend_autocomputed": "False",
  "root.attributes.category.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.brand.field": "brand",
  "root.attributes.brand.type": "S",
  "root.attributes.brand.required": "True",
  "root.attributes.brand.source_required": "True",
  "root.attributes.brand.server_generated": "False",
  "root.attributes.brand.autogenerated": "False",
  "root.attributes.brand.frontend_autocomputed": "False",
  "root.attributes.brand.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.description.field": "description",
  "root.attributes.description.type": "S",
  "root.attributes.description.required": "True",
  "root.attributes.description.source_required": "True",
  "root.attributes.description.server_generated": "False",
  "root.attributes.description.autogenerated": "False",
  "root.attributes.description.frontend_autocomputed": "False",
  "root.attributes.description.regex": "^.{0,500}$",
  "root.attributes.base_price.field": "base_price",
  "root.attributes.base_price.type": "N",
  "root.attributes.base_price.required": "True",
  "root.attributes.base_price.source_required": "True",
  "root.attributes.base_price.server_generated": "False",
  "root.attributes.base_price.autogenerated": "False",
  "root.attributes.base_price.frontend_autocomputed": "False",
  "root.attributes.base_price.regex": "^-?\\d+(\\.\\d+)?$",
  "root.attributes.stock_quantity.field": "stock_quantity",
  "root.attributes.stock_quantity.type": "N",
  "root.attributes.stock_quantity.required": "True",
  "root.attributes.stock_quantity.source_required": "True",
  "root.attributes.stock_quantity.server_generated": "False",
  "root.attributes.stock_quantity.autogenerated": "False",
  "root.attributes.stock_quantity.frontend_autocomputed": "False",
  "root.attributes.stock_quantity.regex": "^-?\\d+(\\.\\d+)?$",
  "root.attributes.unit_label.field": "unit_label",
  "root.attributes.unit_label.type": "S",
  "root.attributes.unit_label.required": "True",
  "root.attributes.unit_label.source_required": "True",
  "root.attributes.unit_label.server_generated": "False",
  "root.attributes.unit_label.autogenerated": "False",
  "root.attributes.unit_label.frontend_autocomputed": "False",
  "root.attributes.unit_label.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.rating.field": "rating",
  "root.attributes.rating.type": "N",
  "root.attributes.rating.required": "True",
  "root.attributes.rating.source_required": "True",
  "root.attributes.rating.server_generated": "False",
  "root.attributes.rating.autogenerated": "False",
  "root.attributes.rating.frontend_autocomputed": "False",
  "root.attributes.rating.regex": "^-?\\d+(\\.\\d+)?$",
  "root.attributes.is_featured.field": "is_featured",
  "root.attributes.is_featured.type": "BOOL",
  "root.attributes.is_featured.required": "True",
  "root.attributes.is_featured.source_required": "True",
  "root.attributes.is_featured.server_generated": "False",
  "root.attributes.is_featured.autogenerated": "False",
  "root.attributes.is_featured.frontend_autocomputed": "False",
  "root.attributes.is_featured.regex": "^(true|false)$",
  "root.attributes.tag_1.field": "tag_1",
  "root.attributes.tag_1.type": "S",
  "root.attributes.tag_1.required": "True",
  "root.attributes.tag_1.source_required": "True",
  "root.attributes.tag_1.server_generated": "False",
  "root.attributes.tag_1.autogenerated": "False",
  "root.attributes.tag_1.frontend_autocomputed": "False",
  "root.attributes.tag_1.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.tag_2.field": "tag_2",
  "root.attributes.tag_2.type": "S",
  "root.attributes.tag_2.required": "True",
  "root.attributes.tag_2.source_required": "True",
  "root.attributes.tag_2.server_generated": "False",
  "root.attributes.tag_2.autogenerated": "False",
  "root.attributes.tag_2.frontend_autocomputed": "False",
  "root.attributes.tag_2.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.tag_3.field": "tag_3",
  "root.attributes.tag_3.type": "S",
  "root.attributes.tag_3.required": "True",
  "root.attributes.tag_3.source_required": "True",
  "root.attributes.tag_3.server_generated": "False",
  "root.attributes.tag_3.autogenerated": "False",
  "root.attributes.tag_3.frontend_autocomputed": "False",
  "root.attributes.tag_3.regex": "^[A-Za-z0-9 ._-]{1,100}$",
  "root.attributes.display_order.field": "display_order",
  "root.attributes.display_order.type": "N",
  "root.attributes.display_order.required": "True",
  "root.attributes.display_order.source_required": "True",
  "root.attributes.display_order.server_generated": "False",
  "root.attributes.display_order.autogenerated": "False",
  "root.attributes.display_order.frontend_autocomputed": "False",
  "root.attributes.display_order.regex": "^\\d+$",
  "root.attributes.is_active.field": "is_active",
  "root.attributes.is_active.type": "BOOL",
  "root.attributes.is_active.required": "False",
  "root.attributes.is_active.source_required": "True",
  "root.attributes.is_active.server_generated": "True",
  "root.attributes.is_active.autogenerated": "False",
  "root.attributes.is_active.frontend_autocomputed": "False",
  "root.attributes.is_active.regex": "^(true|false)$",
  "root.attributes.is_deleted.field": "is_deleted",
  "root.attributes.is_deleted.type": "BOOL",
  "root.attributes.is_deleted.required": "True",
  "root.attributes.is_deleted.source_required": "True",
  "root.attributes.is_deleted.server_generated": "True",
  "root.attributes.is_deleted.autogenerated": "False",
  "root.attributes.is_deleted.frontend_autocomputed": "False",
  "root.attributes.is_deleted.regex": "^(true|false)$",
  "root.attributes.deleted_at.field": "deleted_at",
  "root.attributes.deleted_at.type": "S",
  "root.attributes.deleted_at.required": "True",
  "root.attributes.deleted_at.source_required": "True",
  "root.attributes.deleted_at.server_generated": "True",
  "root.attributes.deleted_at.autogenerated": "False",
  "root.attributes.deleted_at.frontend_autocomputed": "False",
  "root.attributes.deleted_at.format": "iso8601",
  "root.attributes.deleted_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "root.attributes.created.field": "created",
  "root.attributes.created.type": "S",
  "root.attributes.created.required": "False",
  "root.attributes.created.source_required": "True",
  "root.attributes.created.server_generated": "True",
  "root.attributes.created.autogenerated": "False",
  "root.attributes.created.frontend_autocomputed": "False",
  "root.attributes.created.format": "iso8601",
  "root.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "root.attributes.updated.field": "updated",
  "root.attributes.updated.type": "S",
  "root.attributes.updated.required": "False",
  "root.attributes.updated.source_required": "True",
  "root.attributes.updated.server_generated": "True",
  "root.attributes.updated.autogenerated": "False",
  "root.attributes.updated.frontend_autocomputed": "False",
  "root.attributes.updated.format": "iso8601",
  "root.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "root.attributes.idempotency_key.field": "idempotency_key",
  "root.attributes.idempotency_key.type": "S",
  "root.attributes.idempotency_key.required": "True",
  "root.attributes.idempotency_key.source_required": "True",
  "root.attributes.idempotency_key.server_generated": "True",
  "root.attributes.idempotency_key.autogenerated": "False",
  "root.attributes.idempotency_key.frontend_autocomputed": "False",
  "root.attributes.idempotency_key.regex": "^.{1,300}$",
  "root.attributes.schema_version.field": "schema_version",
  "root.attributes.schema_version.type": "N",
  "root.attributes.schema_version.required": "True",
  "root.attributes.schema_version.source_required": "True",
  "root.attributes.schema_version.server_generated": "False",
  "root.attributes.schema_version.autogenerated": "False",
  "root.attributes.schema_version.frontend_autocomputed": "False",
  "root.attributes.schema_version.regex": "^\\d+$",
  "root.attributes.version.field": "version",
  "root.attributes.version.type": "N",
  "root.attributes.version.required": "True",
  "root.attributes.version.source_required": "True",
  "root.attributes.version.server_generated": "False",
  "root.attributes.version.autogenerated": "False",
  "root.attributes.version.frontend_autocomputed": "False",
  "root.attributes.version.regex": "^\\d+$"
}

Response Schema

{
  "type": "object",
  "properties.ok.type": "boolean",
  "properties.accepted.type": "boolean",
  "properties.is_committed.type": "boolean",
  "properties.request_id.type": "string",
  "properties.message.type": "string",
  "properties.table.type": "string",
  "properties.operation.type": "string",
  "properties.primary_key.type": "string",
  "properties.primary_key_value.type": "string",
  "properties.item_write_count.type": "number",
  "properties.child_write_count.type": "number"
}

Request Payload

{
  "entity_number": "aafae3f1-349b-42ac-b64e-dcb20de4b6fd",
  "product_number": "d678d4b0-af12-4b62-b503-74e7a1aa8668",
  "sku": "value-001",
  "product_name": "Sample Name",
  "category": "value-001",
  "brand": "value-001",
  "description": "value-001",
  "base_price": "1",
  "stock_quantity": "1",
  "unit_label": "value-001",
  "rating": "1",
  "is_featured": "True",
  "tag_1": "value-001",
  "tag_2": "value-001",
  "tag_3": "value-001",
  "display_order": "1",
  "is_active": "True",
  "is_deleted": "True",
  "deleted_at": "2026-06-29T13:20:01Z",
  "created": "2026-06-29T13:20:01Z",
  "updated": "2026-06-29T13:20:01Z",
  "idempotency_key": "value-001",
  "schema_version": "1",
  "version": "1",
  "children.jef-store-inventory-ledger[0].inventory_ledger_id": "afa67fbd-cc85-4cca-82d2-fa1319afb523",
  "children.jef-store-inventory-ledger[0].entity_number": "c09f7149-13df-453e-aff1-4d280e8d7e26",
  "children.jef-store-inventory-ledger[0].product_number": "d678d4b0-af12-4b62-b503-74e7a1aa8668",
  "children.jef-store-inventory-ledger[0].sku": "value-001",
  "children.jef-store-inventory-ledger[0].movement_type": "value-001",
  "children.jef-store-inventory-ledger[0].source_type": "value-001",
  "children.jef-store-inventory-ledger[0].source_number": "value-001",
  "children.jef-store-inventory-ledger[0].quantity_before": "1",
  "children.jef-store-inventory-ledger[0].quantity_delta": "1",
  "children.jef-store-inventory-ledger[0].quantity_after": "1",
  "children.jef-store-inventory-ledger[0].note": "value-001",
  "children.jef-store-inventory-ledger[0].is_active": "True",
  "children.jef-store-inventory-ledger[0].is_deleted": "True",
  "children.jef-store-inventory-ledger[0].deleted_at": "2026-06-29T13:20:01Z",
  "children.jef-store-inventory-ledger[0].created": "2026-06-29T13:20:01Z",
  "children.jef-store-inventory-ledger[0].updated": "2026-06-29T13:20:01Z",
  "children.jef-store-inventory-ledger[0].idempotency_key": "value-001",
  "children.jef-store-inventory-ledger[0].schema_version": "1",
  "children.jef-store-inventory-ledger[0].version": "1"
}

Response

{
  "type": "object",
  "properties.ok.type": "boolean",
  "properties.accepted.type": "boolean",
  "properties.is_committed.type": "boolean",
  "properties.request_id.type": "string",
  "properties.message.type": "string",
  "properties.table.type": "string",
  "properties.operation.type": "string",
  "properties.primary_key.type": "string",
  "properties.primary_key_value.type": "string",
  "properties.item_write_count.type": "number",
  "properties.child_write_count.type": "number"
}

CMD curl

curl -X POST "https://dqo3268ty9.execute-api.ap-southeast-1.amazonaws.com/prod/store-products-post-one" -H "Content-Type: application/json" --data-raw "{\"entity_number\": \"aafae3f1-349b-42ac-b64e-dcb20de4b6fd\", \"product_number\": \"d678d4b0-af12-4b62-b503-74e7a1aa8668\", \"sku\": \"value-001\", \"product_name\": \"Sample Name\", \"category\": \"value-001\", \"brand\": \"value-001\", \"description\": \"value-001\", \"base_price\": 1, \"stock_quantity\": 1, \"unit_label\": \"value-001\", \"rating\": 1, \"is_featured\": true, \"tag_1\": \"value-001\", \"tag_2\": \"value-001\", \"tag_3\": \"value-001\", \"display_order\": 1, \"is_active\": true, \"is_deleted\": true, \"deleted_at\": \"2026-06-29T13:20:01Z\", \"created\": \"2026-06-29T13:20:01Z\", \"updated\": \"2026-06-29T13:20:01Z\", \"idempotency_key\": \"value-001\", \"schema_version\": 1, \"version\": 1, \"children\": {\"jef-store-inventory-ledger\": [{\"inventory_ledger_id\": \"afa67fbd-cc85-4cca-82d2-fa1319afb523\", \"entity_number\": \"c09f7149-13df-453e-aff1-4d280e8d7e26\", \"product_number\": \"d678d4b0-af12-4b62-b503-74e7a1aa8668\", \"sku\": \"value-001\", \"movement_type\": \"value-001\", \"source_type\": \"value-001\", \"source_number\": \"value-001\", \"quantity_before\": 1, \"quantity_delta\": 1, \"quantity_after\": 1, \"note\": \"value-001\", \"is_active\": true, \"is_deleted\": true, \"deleted_at\": \"2026-06-29T13:20:01Z\", \"created\": \"2026-06-29T13:20:01Z\", \"updated\": \"2026-06-29T13:20:01Z\", \"idempotency_key\": \"value-001\", \"schema_version\": 1, \"version\": 1}]}}"

PowerShell curl

curl.exe -X POST "https://dqo3268ty9.execute-api.ap-southeast-1.amazonaws.com/prod/store-products-post-one" -H "Content-Type: application/json" --data-raw '{"entity_number": "aafae3f1-349b-42ac-b64e-dcb20de4b6fd", "product_number": "d678d4b0-af12-4b62-b503-74e7a1aa8668", "sku": "value-001", "product_name": "Sample Name", "category": "value-001", "brand": "value-001", "description": "value-001", "base_price": 1, "stock_quantity": 1, "unit_label": "value-001", "rating": 1, "is_featured": true, "tag_1": "value-001", "tag_2": "value-001", "tag_3": "value-001", "display_order": 1, "is_active": true, "is_deleted": true, "deleted_at": "2026-06-29T13:20:01Z", "created": "2026-06-29T13:20:01Z", "updated": "2026-06-29T13:20:01Z", "idempotency_key": "value-001", "schema_version": 1, "version": 1, "children": {"jef-store-inventory-ledger": [{"inventory_ledger_id": "afa67fbd-cc85-4cca-82d2-fa1319afb523", "entity_number": "c09f7149-13df-453e-aff1-4d280e8d7e26", "product_number": "d678d4b0-af12-4b62-b503-74e7a1aa8668", "sku": "value-001", "movement_type": "value-001", "source_type": "value-001", "source_number": "value-001", "quantity_before": 1, "quantity_delta": 1, "quantity_after": 1, "note": "value-001", "is_active": true, "is_deleted": true, "deleted_at": "2026-06-29T13:20:01Z", "created": "2026-06-29T13:20:01Z", "updated": "2026-06-29T13:20:01Z", "idempotency_key": "value-001", "schema_version": 1, "version": 1}]}}'