Skip to main content

API Change Log - Order

🧩 Service: Order​

🔧 Operation: invalidateShipmentCache​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.invalidateShipmentCache.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"Shipment cache update failure": {
"value": {
"message": "shipment_ids or affiliate_bag_ids or bag_ids in post params is mandatory",
"success": false,
"status": 400
}
}
}
}
}
}

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.invalidateShipmentCache.methodTypePlaceHolder.responses.4XX

🔹 Change 3​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.invalidateShipmentCache.methodTypePlaceHolder.responses.5XX

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.invalidateShipmentCache.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: reassignLocation​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.reassignLocation.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "_id"
}
}
}
}
}
}

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.reassignLocation.methodTypePlaceHolder.responses.4XX

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.reassignLocation.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/fulfilment/write"
]
}

🔧 Operation: updateShipmentLock​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: UpdateShipmentLockPayload
  • Schema Action: PROPERTY_ADDED
  • Path: paths.updateShipmentLock.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The ID of the user."
}

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: UpdateShipmentLockResponseSchema --> CheckResponseSchema --> OriginalFilter
  • Schema Action: PROPERTY_ADDED
  • Path: paths.updateShipmentLock.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.check_response.items.properties.original_filter.allOf.0.properties.shipment_id
  • New Schema:
{
"type": "string",
"description": "Shipment ID"
}

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: UpdateShipmentLockResponseSchema
  • Schema Action: PROPERTY_ADDED
  • Path: paths.updateShipmentLock.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.status
  • New Schema:
{
"type": "integer",
"description": "Status"
}

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentLock.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "Please provide action as either lock, unlock or check",
"error": "BAD_REQUEST"
}
}
}
}
}
}

🔹 Change 5​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentLock.methodTypePlaceHolder.responses.4XX

🔹 Change 6​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentLock.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: getAnnouncements​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AnnouncementsResponseSchema --> AnnouncementResponseSchema
  • Schema Action: NULLABLE_ADDED
  • Path: paths.getAnnouncements.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.announcements.items.properties.company_id.nullable
  • New Schema:
true

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AnnouncementsResponseSchema
  • Schema Action: PROPERTY_ADDED
  • Path: paths.getAnnouncements.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.message
  • New Schema:
{
"type": "string",
"description": "A descriptive message providing additional information about the API response."
}

🔹 Change 3​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getAnnouncements.methodTypePlaceHolder.responses.4XX

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getAnnouncements.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: updateAddress​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: OPERATION_ID_REMOVED
  • Path: paths.updateAddress

🔧 Operation: updateShipmentStatus​

🔹 Change 1​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ProductsReasons --> ProductsReasons/properties --> ProductsReasons/properties/filters --> ProductsReasons/properties/filters/items --> ProductsReasonsFilters --> ProductsReasons/properties/filters/items/properties --> ProductsReasons/properties/filters/items/properties/quantity
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.reasons.properties.products.items.properties.filters.items.properties.quantity.type
  • New Schema:
"number"

🔹 Change 2​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.reasons.properties.products.items.properties.filters.items.properties.quantity.format
  • New Schema:
"float"

🔹 Change 3​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: UpdateShipmentStatusRequestSchema --> UpdateShipmentStatusRequestSchema/properties --> UpdateShipmentStatusRequestSchema/properties/statuses --> UpdateShipmentStatusRequestSchema/properties/statuses/items --> StatuesRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items --> ShipmentsRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/products --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/products/items --> Products --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/products/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/products/items/properties/quantity
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.products.items.properties.quantity.type
  • New Schema:
"number"

🔹 Change 4​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.products.items.properties.quantity.format
  • New Schema:
"float"

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ProductsDataUpdates --> ProductsDataUpdates/properties --> ProductsDataUpdates/properties/filters --> ProductsDataUpdates/properties/filters/items --> ProductsDataUpdatesFilters --> ProductsDataUpdates/properties/filters/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.data_updates.properties.products.items.properties.filters.items.properties.quantity
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The quantity of the product or item. This indicates how many units of the product are being referenced or processed, such as the number of items in a bag or shipment."
}

🔹 Change 6​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: UpdateShipmentStatusRequestSchema --> UpdateShipmentStatusRequestSchema/properties --> UpdateShipmentStatusRequestSchema/properties/statuses --> UpdateShipmentStatusRequestSchema/properties/statuses/items --> StatuesRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items --> ShipmentsRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/data_updates --> DataUpdates --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/data_updates/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.data_updates.properties.repriced_products
  • New Schema:
{
"description": "To update the prices of the line items and trigger the repricing event process.",
"type": "array",
"items": {
"$ref": "#/components/schemas/RepricedProductsDataUpdates"
}
}

🔹 Change 7​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: UpdateShipmentStatusRequestSchema --> UpdateShipmentStatusRequestSchema/properties --> UpdateShipmentStatusRequestSchema/properties/statuses --> UpdateShipmentStatusRequestSchema/properties/statuses/items --> StatuesRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items --> ShipmentsRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/data_updates --> DataUpdates --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties/data_updates/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.data_updates.properties.order
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/OrderDataUpdates"
}
}

🔹 Change 8​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: UpdateShipmentStatusRequestSchema --> UpdateShipmentStatusRequestSchema/properties --> UpdateShipmentStatusRequestSchema/properties/statuses --> UpdateShipmentStatusRequestSchema/properties/statuses/items --> StatuesRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items --> ShipmentsRequestSchema --> UpdateShipmentStatusRequestSchema/properties/statuses/items/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.statuses.items.properties.shipments.items.properties.transition_comments
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/TransitionComments"
}
}

🔹 Change 9​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.responses.4XX

🔹 Change 10​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentStatus.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/fulfilment/write"
]
}

🔧 Operation: getRoleBasedActions​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getRoleBasedActions.methodTypePlaceHolder.responses.4XX

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getRoleBasedActions.methodTypePlaceHolder.responses.5XX

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getRoleBasedActions.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: getShipmentHistory​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.ticket_url.nullable
  • New Schema:
true

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.l3_detail.nullable
  • New Schema:
true

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.ticket_id.nullable
  • New Schema:
true

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.l2_detail.nullable
  • New Schema:
true

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.assigned_agent.nullable
  • New Schema:
true

🔹 Change 6​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.meta.allOf

🔹 Change 7​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict --> HistoryMeta
  • Schema Action: DATA_TYPE_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.meta.type
  • New Schema:
"object"

🔹 Change 8​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.meta.properties
  • New Schema:
{
"store_id": {
"type": "integer",
"format": "int32",
"nullable": true,
"description": "Unique identifier for the store involved in the activity."
},
"status": {
"type": "string",
"nullable": true,
"description": "Current status of the activity or item."
},
"status1": {
"type": "string",
"nullable": true,
"description": "Additional status information if necessary."
},
"call_id": {
"type": "string",
"nullable": true,
"description": "Identifier for any related calls, if applicable."
},
"starttime": {
"type": "string",
"nullable": true,
"description": "Start time of the activity."
},
"reason": {
"$ref": "#/components/schemas/HistoryReason"
},
"short_link": {
"type": "string",
"nullable": true,
"description": "A shortened link related to the activity, if available."
},
"endtime": {
"type": "string",
"nullable": true,
"description": "End time of the activity."
},
"store_name": {
"type": "string",
"nullable": true,
"description": "Name of the store involved in the activity."
},
"caller": {
"type": "string",
"nullable": true,
"description": "Name of the caller associated with the activity."
},
"store_code": {
"type": "string",
"nullable": true,
"description": "Code associated with the store.",
"x-not-enum": true
},
"billsec": {
"type": "string",
"nullable": true,
"description": "Duration of the billable period, if applicable."
},
"recordpath": {
"type": "string",
"nullable": true,
"description": "Path to any related recordings, if applicable."
},
"status2": {
"type": "string",
"nullable": true,
"description": "Additional status information if necessary."
},
"callerid": {
"type": "string",
"nullable": true,
"description": "Caller ID associated with the activity, if applicable."
},
"duration": {
"type": "string",
"nullable": true,
"description": "Total duration of the activity."
},
"channel_type": {
"type": "string",
"enum": [
"email",
"sms",
null
],
"nullable": true,
"description": "Type of channel used for the activity, if applicable."
},
"activity_comment": {
"type": "string",
"nullable": true,
"description": "Comments related to the activity, if applicable."
},
"activity_type": {
"type": "string",
"nullable": true,
"description": "Defines the category of event-related information for a shipment, indicating the nature of the update. This includes whether the update pertains to the status of the shipment, comments added to it, or notifications about specific events.",
"enum": [
"activity_status",
"activity_comment",
"outbound_notification",
"outbound_voice",
"activity_escalation",
null
]
},
"receiver": {
"type": "string",
"nullable": true,
"description": "Name of the receiver involved in the activity, if applicable."
},
"recipient": {
"type": "string",
"nullable": true,
"description": "Recipient of the activity, if applicable."
},
"slug": {
"type": "string",
"nullable": true,
"description": "Slug identifier for the activity."
},
"message": {
"type": "string",
"nullable": true
},
"type": {
"type": "string",
"nullable": true
},
"prev_store_name": {
"type": "string",
"nullable": true,
"description": "The name of the store where the item was previously located before being transferred or processed. This field can be null if the previous store information is not applicable or available."
},
"prev_store_code": {
"x-not-enum": true,
"type": "string",
"nullable": true,
"description": "The unique code associated with the previous store. This code helps identify the store in the system and can be null if the previous store code is not recorded or required."
},
"prev_store_id": {
"type": "string",
"nullable": true,
"description": "The unique identifier (ID) of the previous store in the database or system. This ID can be null if the previous store information is not relevant or if the store did not have a designated ID."
},
"refund_to": {
"type": "string",
"nullable": true,
"description": "The destination or method by which a refund will be issued. This indicates where the refunded amount will be sent, such as back to the original payment source (e.g., 'Back To Source')."
},
"refund_information": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RefundInformation"
}
}
}

🔹 Change 9​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.l1_detail.nullable
  • New Schema:
true

🔹 Change 10​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: PROPERTY_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.user_details
  • New Schema:
{
"type": "object",
"description": "User Details",
"additionalProperties": true
}

🔹 Change 11​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: PROPERTY_ADDED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.activity_type
  • New Schema:
{
"type": "string",
"enum": [
"activity_status",
"activity_comment",
"outbound_notification",
"outbound_voice",
"activity_escalation"
]
}

🔹 Change 12​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: REQUIRED_FIELD_UPDATED
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.required.2
  • New Schema:
"activity_type"

🔹 Change 13​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "Error while getting the shipment history, Error: Internal Server Error",
"status": 400
}
}
}
}
}
}

🔹 Change 14​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.4XX

🔹 Change 15​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.responses.5XX

🔹 Change 16​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getShipmentHistory.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: postShipmentHistory​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.ticket_url.nullable
  • New Schema:
true

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.l3_detail.nullable
  • New Schema:
true

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.ticket_id.nullable
  • New Schema:
true

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.l2_detail.nullable
  • New Schema:
true

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.assigned_agent.nullable
  • New Schema:
true

🔹 Change 6​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.meta.allOf

🔹 Change 7​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict --> HistoryMeta
  • Schema Action: DATA_TYPE_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.meta.type
  • New Schema:
"object"

🔹 Change 8​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.meta.properties
  • New Schema:
{
"store_id": {
"type": "integer",
"format": "int32",
"nullable": true,
"description": "Unique identifier for the store involved in the activity."
},
"status": {
"type": "string",
"nullable": true,
"description": "Current status of the activity or item."
},
"status1": {
"type": "string",
"nullable": true,
"description": "Additional status information if necessary."
},
"call_id": {
"type": "string",
"nullable": true,
"description": "Identifier for any related calls, if applicable."
},
"starttime": {
"type": "string",
"nullable": true,
"description": "Start time of the activity."
},
"reason": {
"$ref": "#/components/schemas/HistoryReason"
},
"short_link": {
"type": "string",
"nullable": true,
"description": "A shortened link related to the activity, if available."
},
"endtime": {
"type": "string",
"nullable": true,
"description": "End time of the activity."
},
"store_name": {
"type": "string",
"nullable": true,
"description": "Name of the store involved in the activity."
},
"caller": {
"type": "string",
"nullable": true,
"description": "Name of the caller associated with the activity."
},
"store_code": {
"type": "string",
"nullable": true,
"description": "Code associated with the store.",
"x-not-enum": true
},
"billsec": {
"type": "string",
"nullable": true,
"description": "Duration of the billable period, if applicable."
},
"recordpath": {
"type": "string",
"nullable": true,
"description": "Path to any related recordings, if applicable."
},
"status2": {
"type": "string",
"nullable": true,
"description": "Additional status information if necessary."
},
"callerid": {
"type": "string",
"nullable": true,
"description": "Caller ID associated with the activity, if applicable."
},
"duration": {
"type": "string",
"nullable": true,
"description": "Total duration of the activity."
},
"channel_type": {
"type": "string",
"enum": [
"email",
"sms",
null
],
"nullable": true,
"description": "Type of channel used for the activity, if applicable."
},
"activity_comment": {
"type": "string",
"nullable": true,
"description": "Comments related to the activity, if applicable."
},
"activity_type": {
"type": "string",
"nullable": true,
"description": "Defines the category of event-related information for a shipment, indicating the nature of the update. This includes whether the update pertains to the status of the shipment, comments added to it, or notifications about specific events.",
"enum": [
"activity_status",
"activity_comment",
"outbound_notification",
"outbound_voice",
"activity_escalation",
null
]
},
"receiver": {
"type": "string",
"nullable": true,
"description": "Name of the receiver involved in the activity, if applicable."
},
"recipient": {
"type": "string",
"nullable": true,
"description": "Recipient of the activity, if applicable."
},
"slug": {
"type": "string",
"nullable": true,
"description": "Slug identifier for the activity."
},
"message": {
"type": "string",
"nullable": true
},
"type": {
"type": "string",
"nullable": true
},
"prev_store_name": {
"type": "string",
"nullable": true,
"description": "The name of the store where the item was previously located before being transferred or processed. This field can be null if the previous store information is not applicable or available."
},
"prev_store_code": {
"x-not-enum": true,
"type": "string",
"nullable": true,
"description": "The unique code associated with the previous store. This code helps identify the store in the system and can be null if the previous store code is not recorded or required."
},
"prev_store_id": {
"type": "string",
"nullable": true,
"description": "The unique identifier (ID) of the previous store in the database or system. This ID can be null if the previous store information is not relevant or if the store did not have a designated ID."
},
"refund_to": {
"type": "string",
"nullable": true,
"description": "The destination or method by which a refund will be issued. This indicates where the refunded amount will be sent, such as back to the original payment source (e.g., 'Back To Source')."
},
"refund_information": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RefundInformation"
}
}
}

🔹 Change 9​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: NULLABLE_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.l1_detail.nullable
  • New Schema:
true

🔹 Change 10​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: PROPERTY_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.user_details
  • New Schema:
{
"type": "object",
"description": "User Details",
"additionalProperties": true
}

🔹 Change 11​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: PROPERTY_ADDED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.properties.activity_type
  • New Schema:
{
"type": "string",
"enum": [
"activity_status",
"activity_comment",
"outbound_notification",
"outbound_voice",
"activity_escalation"
]
}

🔹 Change 12​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentHistoryResponseSchema --> HistoryDict
  • Schema Action: REQUIRED_FIELD_UPDATED
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.activity_history.items.required.2
  • New Schema:
"activity_type"

🔹 Change 13​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorDetail"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "activity_history can't be empty or None",
"status": 400
}
}
}
}
}
}

🔹 Change 14​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.4XX

🔹 Change 15​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.responses.5XX

🔹 Change 16​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.postShipmentHistory.methodTypePlaceHolder.security
  • New Schema:
[
{
"oauth2": [
"company/orders/write"
]
}
]

🔧 Operation: sendSmsNinja​

🔹 Change 1​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.data.allOf

🔹 Change 2​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: SendSmsPayload --> SmsDataPayload
  • Schema Action: DATA_TYPE_ADDED
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.data.type
  • New Schema:
"object"

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.data.properties
  • New Schema:
{
"days": {
"type": "integer",
"format": "int32",
"description": "Unique identifier for the shipment associated with the SMS."
},
"reason": {
"type": "string",
"description": "reason"
},
"shipment_id": {
"type": "string",
"description": "ShipmentId"
},
"phone_number": {
"type": "string",
"description": "The recipient's phone number for communication."
},
"amount_paid": {
"type": "number",
"description": "The amount that has been paid, as mapped in the communication template."
},
"order_id": {
"type": "string",
"description": "Unique identifier for the order associated with the shipment."
},
"payment_mode": {
"type": "string",
"description": "The mode of payment used for the order, as mapped in the communication template."
},
"customer_name": {
"type": "string",
"description": "The name of the customer, as mapped in the communication template."
},
"brand_name": {
"type": "string",
"description": "The name of the brand associated with the order, as mapped in the communication template."
},
"message": {
"type": "string",
"description": "The content of the SMS to be sent to the recipient."
},
"country_code": {
"type": "string",
"description": "The country code for the recipient's phone number, necessary for proper SMS delivery.",
"x-not-enum": true
}
}

🔹 Change 4​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: SendSmsPayload --> SmsDataPayload
  • Schema Action: REQUIRED_ADDED
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.data.required
  • New Schema:
[
"reason",
"days",
"country_code",
"brand_name",
"customer_name",
"message",
"order_id",
"phone_number",
"shipment_id"
]

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: SendSmsResponseSchema
  • Schema Action: REQUIRED_ADDED
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.responses.200.content.application/json.schema.required
  • New Schema:
[
"success",
"message"
]

🔹 Change 6​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.responses.4XX

🔹 Change 7​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.responses.5XX

🔹 Change 8​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.sendSmsNinja.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: updatePackagingDimensions​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: UpdatePackagingDimensionsPayload --> UpdatePackagingDimensionsPayload/properties --> UpdatePackagingDimensionsPayload/properties/dimension --> UpdatePackagingDimensionsPayload/properties/dimension/items --> Dimension --> UpdatePackagingDimensionsPayload/properties/dimension/items/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.updatePackagingDimensions.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.dimension.items.properties.dead_weight

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updatePackagingDimensions.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"status": 400,
"success": false,
"message": "Failed",
"error_trace": "Error"
}
}
}
}
}
}

🔹 Change 3​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updatePackagingDimensions.methodTypePlaceHolder.responses.4XX

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updatePackagingDimensions.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/fulfilment/write"
]
}

🔧 Operation: createOrder​

🔹 Change 1​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: LineItem --> LineItem/properties --> LineItem/properties/charges --> LineItem/properties/charges/items --> Charge --> LineItem/properties/charges/items/properties --> LineItem/properties/charges/items/properties/amount --> AmountSchema
  • Schema Action: DATA_TYPE_REMOVED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.line_items.items.properties.charges.items.properties.amount.type

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.line_items.items.properties.charges.items.properties.amount.properties

🔹 Change 3​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.line_items.items.properties.charges.items.properties.amount.allOf
  • New Schema:
[
{
"$ref": "#/components/schemas/AmountSchema"
}
]

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.line_items.items.properties.charges.items.properties.tax.properties.amount.properties
  • New Schema:
{
"ordering_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
},
"base_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
}
}

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Charge --> Charge/properties --> Charge/properties/tax --> Tax --> Charge/properties/tax/properties --> Charge/properties/tax/properties/amount --> AmountSchema
  • Schema Action: REQUIRED_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.line_items.items.properties.charges.items.properties.tax.properties.amount.required
  • New Schema:
[
"ordering_currency",
"base_currency"
]

🔹 Change 6​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/line_items --> Shipment/properties/line_items/items --> LineItem
  • Schema Action: REQUIRED_FIELD_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.line_items.items.required.1
  • New Schema:
"charges"

🔹 Change 7​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.processing_dates.properties.pack_by_date.format
  • New Schema:
"date-time"

🔹 Change 8​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties --> CreateOrderAPI/properties/shipments/items/properties/order_type
  • Schema Action: ENUM_VALUE_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.order_type.enum.2
  • New Schema:
"Digital"

🔹 Change 9​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 10​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 11​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 12​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 13​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 14​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 15​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 16​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 17​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 18​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 19​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 20​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 21​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 22​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 23​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 24​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 25​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 26​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 27​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 28​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 29​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 30​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.billing_address_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 31​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 32​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 33​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 34​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 35​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 36​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 37​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 38​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 39​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 40​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 41​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 42​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 43​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 44​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 45​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 46​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 47​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 48​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 49​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 50​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 51​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 52​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.delivery_address_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 53​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.tags.items.properties
  • New Schema:
{
"slug": {
"type": "string",
"description": "A unique identifier or short label for the tag for shipment reference."
},
"display_text": {
"type": "string",
"description": "Label of the tag. This text is shown to users, representing the tag in an human-readable format."
}
}

🔹 Change 54​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 55​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 56​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 57​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 58​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 59​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 60​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 61​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 62​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 63​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 64​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 65​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 66​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 67​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 68​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 69​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 70​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 71​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 72​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 73​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 74​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 75​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 76​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.hand_over_contact_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 77​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 78​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 79​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 80​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 81​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 82​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 83​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 84​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 85​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 86​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.cashback.format
  • New Schema:
"float"

🔹 Change 87​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 88​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 89​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 90​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 91​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 92​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 93​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.discount.format
  • New Schema:
"float"

🔹 Change 94​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 95​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 96​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 97​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 98​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 99​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 100​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 101​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 102​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 103​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 104​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.price.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 105​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.external_location_id
  • New Schema:
{
"type": "string"
}

🔹 Change 106​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.system_messages
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SystemMessages"
}
}

🔹 Change 107​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments.items.properties.process_after_config
  • New Schema:
{
"$ref": "#/components/schemas/ProcessAfterConfig"
}

🔹 Change 108​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.currency_info.properties
  • New Schema:
{
"currency": {
"$ref": "#/components/schemas/CurrencyInfoCurrency"
},
"order_currency": {
"type": "string"
},
"conversion_rate": {
"$ref": "#/components/schemas/ConversionRate"
},
"ordering_currency": {
"$ref": "#/components/schemas/OrderingCurrency"
}
}

🔹 Change 109​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: LineItem --> LineItem/properties --> LineItem/properties/charges --> LineItem/properties/charges/items --> Charge --> LineItem/properties/charges/items/properties --> LineItem/properties/charges/items/properties/amount --> AmountSchema
  • Schema Action: DATA_TYPE_REMOVED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.charges.items.properties.amount.type

🔹 Change 110​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.charges.items.properties.amount.properties

🔹 Change 111​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.charges.items.properties.amount.allOf
  • New Schema:
[
{
"$ref": "#/components/schemas/AmountSchema"
}
]

🔹 Change 112​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.charges.items.properties.tax.properties.amount.properties
  • New Schema:
{
"ordering_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
},
"base_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
}
}

🔹 Change 113​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Charge --> Charge/properties --> Charge/properties/tax --> Tax --> Charge/properties/tax/properties --> Charge/properties/tax/properties/amount --> AmountSchema
  • Schema Action: REQUIRED_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.charges.items.properties.tax.properties.amount.required
  • New Schema:
[
"ordering_currency",
"base_currency"
]

🔹 Change 114​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.external_creation_date.format
  • New Schema:
"date-time"

🔹 Change 115​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI
  • Schema Action: ADDITIONAL_PROPERTIES_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.meta.additionalProperties
  • New Schema:
true

🔹 Change 116​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/config --> CreateOrderConfig --> CreateOrderAPI/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.config.properties.lock_state_messages
  • New Schema:
{
"type": "array",
"description": "A list of state-specific custom lock messages.",
"items": {
"$ref": "#/components/schemas/LockStateMessage"
}
}

🔹 Change 117​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PaymentInfo --> PaymentInfo/properties --> PaymentInfo/properties/payment_methods --> PaymentInfo/properties/payment_methods/items --> PaymentMethod --> PaymentInfo/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.payment_info.properties.payment_methods.items.properties.collected
  • New Schema:
{
"type": "boolean"
}

🔹 Change 118​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PaymentInfo --> PaymentInfo/properties --> PaymentInfo/properties/payment_methods --> PaymentInfo/properties/payment_methods/items --> PaymentMethod --> PaymentInfo/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.payment_info.properties.payment_methods.items.properties.display_name
  • New Schema:
{
"type": "string"
}

🔹 Change 119​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PaymentInfo --> PaymentInfo/properties --> PaymentInfo/properties/payment_methods --> PaymentInfo/properties/payment_methods/items --> PaymentMethod --> PaymentInfo/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.payment_info.properties.payment_methods.items.properties.merchant_transaction_id
  • New Schema:
{
"type": "string"
}

🔹 Change 120​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PaymentInfo --> PaymentInfo/properties --> PaymentInfo/properties/payment_methods --> PaymentInfo/properties/payment_methods/items --> PaymentMethod
  • Schema Action: REQUIRED_FIELD_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.payment_info.properties.payment_methods.items.required.5
  • New Schema:
"collected"

🔹 Change 121​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PaymentInfo --> PaymentInfo/properties --> PaymentInfo/properties/payment_methods --> PaymentInfo/properties/payment_methods/items --> PaymentMethod
  • Schema Action: REQUIRED_FIELD_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.payment_info.properties.payment_methods.items.required.6
  • New Schema:
"display_name"

🔹 Change 122​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PaymentInfo --> PaymentInfo/properties --> PaymentInfo/properties/payment_methods --> PaymentInfo/properties/payment_methods/items --> PaymentMethod
  • Schema Action: REQUIRED_FIELD_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.payment_info.properties.payment_methods.items.required.7
  • New Schema:
"merchant_transaction_id"

🔹 Change 123​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/user_info --> UserInfo --> CreateOrderAPI/properties/user_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.user_info.properties.is_authenticated
  • New Schema:
{
"type": "boolean"
}

🔹 Change 124​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/user_info --> UserInfo --> CreateOrderAPI/properties/user_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.user_info.properties.meta
  • New Schema:
{
"type": "object",
"additionalProperties": true
}

🔹 Change 125​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/user_info --> UserInfo
  • Schema Action: REQUIRED_FIELD_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.user_info.required.2
  • New Schema:
"primary_email"

🔹 Change 126​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI
  • Schema Action: ADDITIONAL_PROPERTIES_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.custom_json.additionalProperties
  • New Schema:
true

🔹 Change 127​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.status
  • New Schema:
{
"enum": [
"pendency",
"complete"
],
"type": "string",
"description": "Represents the current status of the order, specifying whether the order is in a 'pendency' state (awaiting further action) or marked as 'complete'."
}

🔹 Change 128​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.system_messages
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SystemMessages"
}
}

🔹 Change 129​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.unlock_before_transition
  • New Schema:
{
"type": "boolean"
}

🔹 Change 130​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI
  • Schema Action: PROPERTY_ADDED
  • Path: paths.createOrder.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.lock_after_transition
  • New Schema:
{
"type": "boolean"
}

🔹 Change 131​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.responses.4XX

🔹 Change 132​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.responses.5XX

🔹 Change 133​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.createOrder.methodTypePlaceHolder.security
  • New Schema:
[
{
"oauth2": [
"company/orders/write"
]
}
]

🔧 Operation: orderUpdate​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.orderUpdate.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ResponseDetail"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "Failed",
"status": 400
}
}
}
}
}
}

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.orderUpdate.methodTypePlaceHolder.responses.4XX

🔹 Change 3​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.orderUpdate.methodTypePlaceHolder.responses.5XX

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.orderUpdate.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/fulfilment/write"
]
}

🔧 Operation: checkOrderStatus​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatus
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.start_date
  • New Schema:
{
"type": "string",
"format": "date-time",
"description": "Denotes the start date and time when the order was created."
}

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatus
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.end_date
  • New Schema:
{
"type": "string",
"format": "date-time",
"description": "Specifies the deadline by which a particular action related to the order needs to be completed."
}

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatus
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.mobile
  • New Schema:
{
"type": "integer",
"format": "int32"
}

🔹 Change 4​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderStatus
  • Schema Action: REQUIRED_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.requestBody.content.application/json.schema.required
  • New Schema:
[
"end_date",
"mobile",
"start_date"
]

🔹 Change 5​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusResult
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.success.type
  • New Schema:
"boolean"

🔹 Change 6​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.affiliate_order_date.format
  • New Schema:
"date-time"

🔹 Change 7​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 8​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 9​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 10​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 11​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 12​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 13​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 14​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 15​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 16​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 17​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 18​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 19​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 20​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 21​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 22​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 23​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 24​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 25​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 26​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 27​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 28​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 29​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 30​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 31​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 32​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 33​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusData --> OrderStatusData/properties --> OrderStatusData/properties/order_details --> OrderDetails --> OrderStatusData/properties/order_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.result.items.properties.order_details.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 34​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusResult
  • Schema Action: PROPERTY_ADDED
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.status_code
  • New Schema:
{
"type": "integer",
"x-not-enum": true
}

🔹 Change 35​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.4XX

🔹 Change 36​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.responses.5XX

🔹 Change 37​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.checkOrderStatus.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: getStateTransitionMap​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getStateTransitionMap.methodTypePlaceHolder.responses.4XX

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getStateTransitionMap.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: getAllowedStateTransition​

🔹 Change 1​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: ENUM_REMOVED
  • Path: paths.getAllowedStateTransition.methodTypePlaceHolder.parameters.1.schema.enum

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getAllowedStateTransition.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorDetail"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "`ordering_channel` and `current_status` are both required"
}
}
}
}
}
}

🔹 Change 3​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getAllowedStateTransition.methodTypePlaceHolder.responses.4XX

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getAllowedStateTransition.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: fetchRefundModeConfig​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: RefundModeInfo --> RefundModeInfo/properties --> RefundModeInfo/properties/format --> RefundModeInfoFormat --> RefundModeInfo/properties/format/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.fetchRefundModeConfig.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.items.properties.format.properties.manual_refund_data
  • New Schema:
{
"type": "object",
"additionalProperties": true
}

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.fetchRefundModeConfig.methodTypePlaceHolder.responses.4XX

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.fetchRefundModeConfig.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: attachOrderUser​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AttachOrderUserResponseSchema
  • Schema Action: PROPERTY_ADDED
  • Path: paths.attachOrderUser.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.status
  • New Schema:
{
"type": "integer"
}

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.attachOrderUser.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AttachOrderUserErrorResponseSchema"
},
"examples": {
"failure": {
"$ref": "#/components/examples/GenericErrorResponseExample"
}
}
}
}
}

🔹 Change 3​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.attachOrderUser.methodTypePlaceHolder.responses.4XX

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.attachOrderUser.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: sendUserMobileOTP​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.sendUserMobileOTP.methodTypePlaceHolder.responses.4XX

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.sendUserMobileOTP.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: verifyMobileOTP​

🔹 Change 1​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: VerifyMobileOTP --> VerifyMobileOTP/properties --> VerifyMobileOTP/properties/otp_data --> VerifyOtpData --> VerifyMobileOTP/properties/otp_data/properties --> VerifyMobileOTP/properties/otp_data/properties/otp_code
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.verifyMobileOTP.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.otp_data.properties.otp_code.type
  • New Schema:
"string"

🔹 Change 2​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.verifyMobileOTP.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.otp_data.properties.otp_code.format

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: VerifyOtpResponseSchema --> VerifyOtpResponseData
  • Schema Action: PROPERTY_ADDED
  • Path: paths.verifyMobileOTP.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.email
  • New Schema:
{
"type": "string"
}

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.verifyMobileOTP.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/VerifyOtpErrorResponseSchema"
},
"examples": {
"failure": {
"$ref": "#/components/examples/GenericErrorResponseExample"
}
}
}
}
}

🔹 Change 5​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.verifyMobileOTP.methodTypePlaceHolder.responses.4XX

🔹 Change 6​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.verifyMobileOTP.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: downloadLanesReport​

🔹 Change 1​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.downloadLanesReport.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.start_date.format

🔹 Change 2​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.downloadLanesReport.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.end_date.format

🔹 Change 3​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BulkReportsDownloadRequestSchema
  • Schema Action: ADDITIONAL_PROPERTIES_ADDED
  • Path: paths.downloadLanesReport.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.custom_filters_for_lane.additionalProperties
  • New Schema:
true

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BulkReportsDownloadRequestSchema
  • Schema Action: PROPERTY_ADDED
  • Path: paths.downloadLanesReport.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.filters
  • New Schema:
{
"type": "object",
"additionalProperties": true,
"description": "Download report with given filters - shipment_status, dates, payment_mode, sales_channels etc."
}

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.downloadLanesReport.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIFailedResponseSchema"
},
"examples": {
"failure": {
"value": {
"status": false,
"error": "Range should be less than 3 months"
}
}
}
}
}
}

🔹 Change 6​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.downloadLanesReport.methodTypePlaceHolder.responses.4XX

🔹 Change 7​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.downloadLanesReport.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: bulkStateTransistion​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.bulkStateTransistion.methodTypePlaceHolder.responses.4XX

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.bulkStateTransistion.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: bulkListing​

🔹 Change 1​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: ENUM_REMOVED
  • Path: paths.bulkListing.methodTypePlaceHolder.parameters.5.schema.enum

🔹 Change 2​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BulkListingResponseSchema --> BulkActionListingData
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.bulkListing.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.items.properties.status.type
  • New Schema:
"string"

🔹 Change 3​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BulkListingResponseSchema --> BulkActionListingData
  • Schema Action: ENUM_ADDED
  • Path: paths.bulkListing.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.items.properties.last_selected_invoice_label_type.enum
  • New Schema:
[
"a4",
"a6",
"pos"
]

🔹 Change 4​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BulkListingResponseSchema --> BulkActionListingData
  • Schema Action: PROPERTY_ADDED
  • Path: paths.bulkListing.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.items.properties.total_shipments_count
  • New Schema:
{
"type": "integer"
}

🔹 Change 5​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.bulkListing.methodTypePlaceHolder.responses.4XX

🔹 Change 6​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.bulkListing.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: jobDetails​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.jobDetails.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIFailedResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": "no job found against this provided Batch Id."
}
}
}
}
}
}

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.jobDetails.methodTypePlaceHolder.responses.4XX

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.jobDetails.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: getFileByStatus​

🔹 Change 1​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getFileByStatus.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIFailedResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": "no job found against this provided Batch Id."
}
}
}
}
}
}

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getFileByStatus.methodTypePlaceHolder.responses.4XX

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getFileByStatus.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: getManifestShipments​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: OPERATION_ID_REMOVED
  • Path: paths.getManifestShipments

🔧 Operation: getManifests​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: OPERATION_ID_REMOVED
  • Path: paths.getManifests

🔧 Operation: generateProcessManifest​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: OPERATION_ID_REMOVED
  • Path: paths.generateProcessManifest

🔧 Operation: getManifestDetails​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: OPERATION_ID_REMOVED
  • Path: paths.getManifestDetails

🔧 Operation: dispatchManifests​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: OPERATION_ID_REMOVED
  • Path: paths.dispatchManifests

🔧 Operation: uploadConsents​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: OPERATION_ID_REMOVED
  • Path: paths.uploadConsents

🔧 Operation: getManifestfilters​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ManifestFiltersResponse
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.getManifestfilters.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.advance_filter

🔹 Change 2​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ManifestFiltersResponse
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.getManifestfilters.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.global_filter

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ManifestFiltersResponseSchema
  • Schema Action: PROPERTY_ADDED
  • Path: paths.getManifestfilters.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.advance
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/FiltersInfo"
}
}

🔹 Change 4​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getManifestfilters.methodTypePlaceHolder.responses.4XX

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.getManifestfilters.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/read"
]
}

🔧 Operation: eInvoiceRetry​

🔹 Change 1​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: EInvoiceRetry --> EInvoiceRetry/properties --> EInvoiceRetry/properties/shipments_data --> EInvoiceRetry/properties/shipments_data/items --> EInvoiceRetryShipmentData --> EInvoiceRetry/properties/shipments_data/items/properties --> EInvoiceRetry/properties/shipments_data/items/properties/einvoice_type
  • Schema Action: ENUM_ADDED
  • Path: paths.eInvoiceRetry.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.shipments_data.items.properties.einvoice_type.enum
  • New Schema:
[
"invoice",
"credit_note"
]

🔹 Change 2​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: EInvoiceRetryResponseSchema --> EInvoiceResponseData
  • Schema Action: ENUM_ADDED
  • Path: paths.eInvoiceRetry.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.response_data.items.properties.einvoice_type.enum
  • New Schema:
[
"invoice",
"credit_note"
]

🔹 Change 3​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: EInvoiceErrorResponseDetails --> EInvoiceErrorResponseDetails/properties --> EInvoiceErrorResponseDetails/properties/response_data --> EInvoiceErrorResponseDetails/properties/response_data/items --> EInvoiceErrorResponseData --> EInvoiceErrorResponseDetails/properties/response_data/items/properties --> EInvoiceErrorResponseDetails/properties/response_data/items/properties/einvoice_type
  • Schema Action: ENUM_ADDED
  • Path: paths.eInvoiceRetry.methodTypePlaceHolder.responses.400.content.application/json.schema.properties.response_data.items.properties.einvoice_type.enum
  • New Schema:
[
"invoice",
"credit_note"
]

🔹 Change 4​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.eInvoiceRetry.methodTypePlaceHolder.responses.500

🔹 Change 5​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.eInvoiceRetry.methodTypePlaceHolder.security.1
  • New Schema:
{
"oauth2": [
"company/orders/write"
]
}

🔧 Operation: trackShipment​

🔹 Change 1​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.trackShipment.methodTypePlaceHolder.parameters.0.schema.type
  • New Schema:
"string"

🔹 Change 2​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.dp_status_updated_at.format

🔹 Change 3​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.estimated_delivery_date.format

🔹 Change 4​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.promised_delivery_date.format

🔹 Change 5​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: FailedOrderLogs --> FailedOrderLogs/properties --> FailedOrderLogs/properties/page --> PageDetails --> FailedOrderLogs/properties/page/properties --> FailedOrderLogs/properties/page/properties/item_total
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.page.properties.item_total.nullable

🔹 Change 6​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: FailedOrderLogs --> FailedOrderLogs/properties --> FailedOrderLogs/properties/page --> PageDetails --> FailedOrderLogs/properties/page/properties --> FailedOrderLogs/properties/page/properties/type
  • Schema Action: ENUM_VALUE_ADDED
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.page.properties.type.enum.2

🔹 Change 7​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: FailedOrderLogs --> FailedOrderLogs/properties --> FailedOrderLogs/properties/page --> PageDetails --> FailedOrderLogs/properties/page/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.page.properties.total
  • New Schema:
{
"description": "Total",
"format": "int32",
"type": "integer",
"nullable": true
}

🔹 Change 8​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.400
  • New Schema:
{
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"exception": {
"type": "string"
},
"stack_trace": {
"type": "string"
}
}
},
"examples": {
"failure": {
"value": {
"exception": "Exception Trace",
"message": "Exception",
"stack_trace": "Stack trace"
}
}
}
}
}
}

🔹 Change 9​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.trackShipment.methodTypePlaceHolder.responses.4XX

🔹 Change 10​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.trackShipment.methodTypePlaceHolder.security
  • New Schema:
[
{
"oauth2": [
"company/orders/read"
]
}
]

🔧 Operation: updateShipmentTracking​

🔹 Change 1​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.dp_status_updated_at.format

🔹 Change 2​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.estimated_delivery_date.format

🔹 Change 3​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.requestBody.content.application/json.schema.properties.promised_delivery_date.format

🔹 Change 4​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.dp_status_updated_at.format

🔹 Change 5​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.estimated_delivery_date.format

🔹 Change 6​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.promised_delivery_date.format

🔹 Change 7​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.responses.400
  • New Schema:
{
"content": {
"application/json": {
"examples": {
"failure": {
"value": {
"message": "Failed to add Courier partner tracking details",
"status": false
}
}
},
"schema": {
"type": "object",
"additionalProperties": true,
"properties": {
"message": {
"type": "string"
},
"status": {
"type": "boolean"
}
}
}
}
},
"description": "Bad request. See the error object in the response body to know the exact reason."
}

🔹 Change 8​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.responses.4XX

🔹 Change 9​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.updateShipmentTracking.methodTypePlaceHolder.security
  • New Schema:
[
{
"oauth2": [
"company/orders/write"
]
}
]

🔧 Operation: ::action:-:OPERATION_ID_UPDATED::​

🔹 Change 1​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: FailedOrderLogs --> FailedOrderLogs/properties --> FailedOrderLogs/properties/page --> PageDetails --> FailedOrderLogs/properties/page/properties --> FailedOrderLogs/properties/page/properties/item_total
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.failedOrderLogs.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.page.properties.item_total.nullable

🔹 Change 2​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: FailedOrderLogs --> FailedOrderLogs/properties --> FailedOrderLogs/properties/page --> PageDetails --> FailedOrderLogs/properties/page/properties --> FailedOrderLogs/properties/page/properties/type
  • Schema Action: ENUM_VALUE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.failedOrderLogs.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.page.properties.type.enum.2

🔹 Change 3​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: FailedOrderLogs --> FailedOrderLogs/properties --> FailedOrderLogs/properties/page --> PageDetails --> FailedOrderLogs/properties/page/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.failedOrderLogs.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.page.properties.total
  • New Schema:
{
"description": "Total",
"format": "int32",
"type": "integer",
"nullable": true
}

🔹 Change 4​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.generateInvoiceID

🔹 Change 5​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.shipment_status_id

🔹 Change 6​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 7​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 8​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties --> ShipmentItem/properties/shipment_status/properties/status
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.status.nullable

🔹 Change 9​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.id
  • New Schema:
{
"type": "integer",
"nullable": true,
"description": "A unique identifier for the shipment status."
}

🔹 Change 10​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.display_name
  • New Schema:
{
"type": "string",
"description": "A user-friendly name or identifier for the shipment status."
}

🔹 Change 11​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.updated_ts
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A general timestamp indicating when the status was updated, useful for processing and tracking."
}

🔹 Change 12​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.uid

🔹 Change 13​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.id
  • New Schema:
{
"type": "integer",
"description": "The unique identifier associated with the user.",
"nullable": true
}

🔹 Change 14​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.mongo_user_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "User Object ID assigned within the system"
}

🔹 Change 15​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.meta
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Additional metadata related to the user."
}

🔹 Change 16​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.country_phone_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "The country-specific phone code, useful for formatting mobile numbers correctly."
}

🔹 Change 17​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 18​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 19​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 20​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 21​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 22​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 23​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 24​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 25​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 26​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 27​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 28​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 29​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 30​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 31​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 32​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 33​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 34​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 35​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 36​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 37​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 38​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 39​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties --> ShipmentItem/properties/bags/items/properties/bag_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_type.enum
  • New Schema:
[
"forward_standard",
null
]

🔹 Change 40​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.financial_breakup.items.properties.refund_amount
  • New Schema:
{
"type": "number"
}

🔹 Change 41​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.financial_breakup.items.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 42​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_expiry_date.format
  • New Schema:
"date-time"

🔹 Change 43​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.state_type.nullable

🔹 Change 44​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 45​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 46​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 47​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 48​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 49​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 50​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 51​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 52​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.state_type.nullable

🔹 Change 53​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 54​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 55​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 56​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 57​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 58​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 59​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 60​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 61​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.article.properties.a_set

🔹 Change 62​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.article.properties.set
  • New Schema:
{
"type": "object",
"nullable": true,
"description": "Represents the data related to combinations of articles that, while being the same product, vary by size, color, or other distinguishing features.",
"additionalProperties": true
}

🔹 Change 63​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.article.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 64​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.brand.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 65​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.affiliate_bag_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 66​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.last_updated_at.format
  • New Schema:
"date-time"

🔹 Change 67​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 68​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.tags
  • New Schema:
{
"type": "array",
"items": {
"type": "string"
}
}

🔹 Change 69​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.l2_category_id
  • New Schema:
{
"type": "number"
}

🔹 Change 70​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 71​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 72​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 73​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 74​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 75​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 76​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 77​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 78​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 79​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 80​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 81​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 82​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 83​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 84​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 85​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 86​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 87​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 88​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 89​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 90​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 91​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 92​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 93​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 94​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 95​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 96​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.dates.properties.delivery_date.format
  • New Schema:
"date-time"

🔹 Change 97​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.state_type.nullable

🔹 Change 98​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 99​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 100​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 101​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 102​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 103​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 104​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 105​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 106​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties --> ShipmentItem/properties/bags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
null
]

🔹 Change 107​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.quantity

🔹 Change 108​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 109​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/fulfilling_store --> ShipmentItemFulFillingStore --> ShipmentItem/properties/fulfilling_store/properties --> ShipmentItem/properties/fulfilling_store/properties/location_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.fulfilling_store.properties.location_type.enum
  • New Schema:
[
"high_street",
"mall",
"store",
"warehouse",
null
]

🔹 Change 110​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/fulfilling_store --> ShipmentItemFulFillingStore --> ShipmentItem/properties/fulfilling_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.fulfilling_store.properties.company_id
  • New Schema:
{
"type": "integer",
"description": "Identifier of the company responsible for fulfilling shipments from this store"
}

🔹 Change 111​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 112​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 113​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 114​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 115​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 116​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 117​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 118​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 119​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 120​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 121​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 122​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 123​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 124​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 125​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 126​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 127​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 128​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 129​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 130​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 131​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 132​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 133​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 134​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 135​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 136​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 137​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.ordering_currency.properties.value
  • New Schema:
{
"type": "number",
"description": "The value of the charge in the ordering currency. This is the amount that the customer will see and pay in their chosen currency.\n",
"example": 66.66
}

🔹 Change 138​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.ordering_currency.properties.currency
  • New Schema:
{
"type": "string",
"description": "The three-letter ISO currency code representing the ordering currency (e.g., INR for Indian Rupee).\n",
"example": "INR"
}

🔹 Change 139​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfoCurrency"
}

🔹 Change 140​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.order_currency
  • New Schema:
{
"type": "string"
}

🔹 Change 141​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.picked_date.format
  • New Schema:
"date-time"

🔹 Change 142​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/tracking_list --> PlatformShipment/properties/tracking_list/items --> TrackingList --> PlatformShipment/properties/tracking_list/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.tracking_list.items.properties.state
  • New Schema:
{
"type": "string"
}

🔹 Change 143​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.affiliate_order_date.format
  • New Schema:
"date-time"

🔹 Change 144​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 145​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 146​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 147​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 148​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 149​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 150​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 151​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 152​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 153​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 154​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 155​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 156​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 157​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 158​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 159​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 160​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 161​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 162​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 163​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 164​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 165​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 166​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 167​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 168​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 169​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 170​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusData --> OrderStatusData/properties --> OrderStatusData/properties/order_details --> OrderDetails --> OrderStatusData/properties/order_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 171​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.order_date.format
  • New Schema:
"date-time"

🔹 Change 172​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.payment_methods
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 173​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.payment_info
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 174​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.created_at
  • New Schema:
{
"type": "string",
"x-not-date": true
}

🔹 Change 175​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.prices
  • New Schema:
{
"$ref": "#/components/schemas/Prices"
}

🔹 Change 176​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 177​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.raw_user_agent
  • New Schema:
{
"type": "string"
}

🔹 Change 178​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.comment
  • New Schema:
{
"type": "string"
}

🔹 Change 179​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/Currency"
}

🔹 Change 180​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.currency_info
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfo"
}

🔹 Change 181​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 182​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.uid

🔹 Change 183​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.id
  • New Schema:
{
"type": "integer",
"description": "The unique identifier associated with the user.",
"nullable": true
}

🔹 Change 184​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.mongo_user_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "User Object ID assigned within the system"
}

🔹 Change 185​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.meta
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Additional metadata related to the user."
}

🔹 Change 186​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.country_phone_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "The country-specific phone code, useful for formatting mobile numbers correctly."
}

🔹 Change 187​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.delivery_details.properties

🔹 Change 188​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/delivery_details --> UserDetailsData
  • Schema Action: REQUIRED_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.delivery_details.required

🔹 Change 189​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.billing_details.properties

🔹 Change 190​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/billing_details --> UserDetailsData
  • Schema Action: REQUIRED_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.billing_details.required

🔹 Change 191​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/ordering_store --> OrderingStoreDetails --> PlatformShipment/properties/ordering_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.ordering_store.properties.store_email
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Email address of store"
}

🔹 Change 192​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/order_platform
  • Schema Action: NULLABLE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_platform.nullable
  • New Schema:
true

🔹 Change 193​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.dp_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 194​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.dp_return_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 195​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.amount_handling_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 196​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.eway_bill_number
  • New Schema:
{
"type": "number",
"nullable": true
}

🔹 Change 197​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.dp_otp
  • New Schema:
{
"type": "string"
}

🔹 Change 198​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.payment_info.items.properties
  • New Schema:
{
"mode": {
"type": "string",
"description": "Stands for 'Mode of Payment'. This is a short code (like 'COD' for Cash On Delivery) that represents the payment method used."
},
"name": {
"type": "string",
"description": "Specifies name of the payment method."
},
"collect_by": {
"type": "string",
"description": "Whomsoever collected the money"
},
"refund_by": {
"type": "string",
"description": "Whomsoever will refund the money"
},
"meta": {
"type": "object",
"description": "Object that stores additional meta data related to the payment.",
"additionalProperties": true
},
"amount": {
"type": "number",
"description": "Amount paid using this payment method."
},
"unique_identifier": {
"type": "string",
"description": "A unique string identifier for the transaction, this is essential for referencing individual payments."
},
"display_name": {
"type": "string",
"description": "The name of the payment method as it should be displayed to the user."
},
"transaction_data": {
"type": "object",
"description": "All necessary data for transaction received",
"additionalProperties": true
}
}

🔹 Change 199​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.estimated_delivery_date.format
  • New Schema:
"date-time"

🔹 Change 200​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/b2b_buyer_details --> BuyerDetails --> ShipmentMeta/properties/b2b_buyer_details/properties --> ShipmentMeta/properties/b2b_buyer_details/properties/address
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.b2b_buyer_details.properties.address.nullable

🔹 Change 201​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 202​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.store_invoice_updated_date.format
  • New Schema:
"date-time"

🔹 Change 203​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/shipment_tags --> ShipmentMeta/properties/shipment_tags/items --> ShipmentTags --> ShipmentMeta/properties/shipment_tags/items/properties --> ShipmentMeta/properties/shipment_tags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.shipment_tags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 204​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/shipment_meta --> ShipmentMeta --> AffiliateDetails/properties/shipment_meta/properties --> AffiliateDetails/properties/shipment_meta/properties/order_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.order_type.enum
  • New Schema:
[
"HomeDelivery",
"PickAtStore",
"Digital",
null
]

🔹 Change 205​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 206​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/invoice_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.pdf_links.properties.invoice_type.enum
  • New Schema:
[
"fynd",
"external"
]

🔹 Change 207​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/label_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.pdf_links.properties.label_type.enum
  • New Schema:
[
"fynd",
"external",
"parent_child"
]

🔹 Change 208​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.config.properties.app
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateAppConfig"
}

🔹 Change 209​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.config.properties.inventory
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateInventoryConfig"
}

🔹 Change 210​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.ad_id

🔹 Change 211​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The unique identifier for the affiliate."
}

🔹 Change 212​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.state_type.nullable

🔹 Change 213​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 214​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 215​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 216​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 217​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 218​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 219​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 220​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 221​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.state_type.nullable

🔹 Change 222​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 223​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 224​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 225​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 226​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 227​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 228​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 229​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 230​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.financial_breakup.properties.refund_amount
  • New Schema:
{
"type": "number"
}

🔹 Change 231​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.financial_breakup.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 232​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 233​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 234​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 235​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 236​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 237​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 238​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 239​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 240​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 241​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 242​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 243​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 244​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 245​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 246​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 247​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 248​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 249​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 250​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 251​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 252​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 253​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 254​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.article.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 255​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.article.properties.group_info
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 256​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.article.properties.group_info_ids
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 257​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.brand.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 258​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.brand.properties.modified_on.format
  • New Schema:
"date-time"

🔹 Change 259​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.affiliate_bag_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 260​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.last_updated_at.format
  • New Schema:
"date-time"

🔹 Change 261​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 262​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.tags
  • New Schema:
{
"type": "array",
"items": {
"type": "string"
}
}

🔹 Change 263​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.l2_category_id
  • New Schema:
{
"type": "number"
}

🔹 Change 264​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.refund_by
  • New Schema:
{
"type": "string"
}

🔹 Change 265​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.collect_by
  • New Schema:
{
"type": "string"
}

🔹 Change 266​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.display_name
  • New Schema:
{
"type": "string"
}

🔹 Change 267​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.refund_by
  • New Schema:
{
"type": "string"
}

🔹 Change 268​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.collect_by
  • New Schema:
{
"type": "string"
}

🔹 Change 269​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.display_name
  • New Schema:
{
"type": "string"
}

🔹 Change 270​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties --> PlatformShipment/properties/bags/items/properties/quantity
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.quantity.type
  • New Schema:
"number"

🔹 Change 271​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/applied_promos --> OrderBags/properties/applied_promos/items --> AppliedPromos --> OrderBags/properties/applied_promos/items/properties --> OrderBags/properties/applied_promos/items/properties/promotion_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.applied_promos.items.properties.promotion_type.enum
  • New Schema:
[
"percentage",
"amount",
"fixed_price",
"bogo",
"contract_price",
"shipping_price",
"ladder_price",
"bundle_price_percentage",
"bundle_price_amount",
"bundle_amount_percentage",
"custom",
"free_gift_items",
"free_non_sellable_items",
null
]

🔹 Change 272​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/applied_promos --> OrderBags/properties/applied_promos/items --> AppliedPromos --> OrderBags/properties/applied_promos/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.applied_promos.items.properties.applied_free_articles
  • New Schema:
{
"type": "array",
"description": "A list of articles that are eligible for free under the promotion.",
"items": {
"$ref": "#/components/schemas/AppliedFreeArticles"
}
}

🔹 Change 273​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 274​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 275​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 276​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 277​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 278​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 279​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 280​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 281​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 282​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 283​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 284​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 285​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 286​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 287​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 288​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 289​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 290​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 291​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 292​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 293​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 294​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 295​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 296​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 297​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 298​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 299​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/current_status --> CurrentStatus --> OrderBags/properties/current_status/properties --> OrderBags/properties/current_status/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics",
null
]

🔹 Change 300​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.updated_at.format

🔹 Change 301​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 302​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 303​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties --> PlatformShipment/properties/bags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 304​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 305​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 306​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 307​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.mark_as_returnable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 308​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.returnable_date
  • New Schema:
{
"type": "string",
"format": "date-time",
"nullable": true
}

🔹 Change 309​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/fulfilling_store --> FulfillingStore --> PlatformShipment/properties/fulfilling_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.fulfilling_store.properties.store_email
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Email of the recipient associated with the store"
}

🔹 Change 310​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.journey_type.enum
  • New Schema:
[
"return",
"forward",
null
]

🔹 Change 311​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 312​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 313​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 314​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 315​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 316​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 317​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 318​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 319​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 320​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 321​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 322​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 323​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 324​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 325​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 326​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 327​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 328​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 329​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 330​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 331​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 332​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 333​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 334​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 335​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 336​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 337​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 338​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 339​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.shipment_created_at.format
  • New Schema:
"date-time"

🔹 Change 340​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.ordering_currency.properties.value
  • New Schema:
{
"type": "number",
"description": "The value of the charge in the ordering currency. This is the amount that the customer will see and pay in their chosen currency.\n",
"example": 66.66
}

🔹 Change 341​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.ordering_currency.properties.currency
  • New Schema:
{
"type": "string",
"description": "The three-letter ISO currency code representing the ordering currency (e.g., INR for Indian Rupee).\n",
"example": "INR"
}

🔹 Change 342​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfoCurrency"
}

🔹 Change 343​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.order_currency
  • New Schema:
{
"type": "string"
}

🔹 Change 344​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 345​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 346​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 347​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 348​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 349​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 350​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 351​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 352​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 353​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 354​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 355​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 356​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 357​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 358​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 359​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 360​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 361​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 362​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 363​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 364​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 365​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 366​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.charges
  • New Schema:
{
"type": "array",
"description": "An array of charges applied to the shipment.",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 367​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 368​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_shipment_id
  • New Schema:
{
"description": "Identifier of the shipment assigned by the application",
"type": "string",
"nullable": true
}

🔹 Change 369​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.tracking_url
  • New Schema:
{
"description": "URL for monitoring the status and location of the shipment.",
"type": "string",
"nullable": true
}

🔹 Change 370​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.forward_end_shipment_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The forward_end_shipment_id represents the shipment ID of the original forward journey shipment. When a shipment is transitioned to a return journey, the original shipment ID from the forward journey is recorded in the forward_end_shipment_id field of the return journey shipment. Even if the return shipment is later split into multiple shipments, each of these shipments will retain the same forward_end_shipment_id value that was assigned during the initial return journey initiation. This ensures that all return shipments can be traced back to the original forward journey shipment."
}

🔹 Change 371​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.logistics_meta
  • New Schema:
{
"type": "object",
"description": "An object storing detailed logistics-related information, including courier partner details and other relevant metadata.",
"additionalProperties": true
}

🔹 Change 372​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.refund_information
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 373​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.manifest_id
  • New Schema:
{
"type": "string",
"nullable": true
}

🔹 Change 374​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 375​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.pickup_slot
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 376​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_process
  • New Schema:
{
"type": "boolean"
}

🔹 Change 377​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.mark_as_returnable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 378​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_source_domain
  • New Schema:
{
"type": "string"
}

🔹 Change 379​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.actionable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 380​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.transition_config
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 381​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.next_possible_states
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 382​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_processing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 383​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.total_bag_qty
  • New Schema:
{
"type": "number"
}

🔹 Change 384​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_created_time
  • New Schema:
{
"type": "string"
}

🔹 Change 385​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_created_ts
  • New Schema:
{
"type": "string"
}

🔹 Change 386​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.company
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 387​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.fyndstore_emp
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 388​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_not_fynd_source
  • New Schema:
{
"type": "boolean"
}

🔹 Change 389​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_fynd_coupon
  • New Schema:
{
"type": "boolean"
}

🔹 Change 390​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user_id
  • New Schema:
{
"type": "string"
}

🔹 Change 391​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.email_id
  • New Schema:
{
"type": "string"
}

🔹 Change 392​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.escalation
  • New Schema:
{
"additionalProperties": true,
"type": "object",
"nullable": true
}

🔹 Change 393​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.beneficiary_details
  • New Schema:
{
"type": "boolean"
}

🔹 Change 394​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_break
  • New Schema:
{
"type": "boolean",
"nullable": true
}

🔹 Change 395​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_packaging_order
  • New Schema:
{
"type": "boolean"
}

🔹 Change 396​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.delivery_status
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 397​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.current_shipment_status
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 398​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_type
  • New Schema:
{
"type": "string",
"enum": [
"HomeDelivery",
"PickAtStore",
"Digital"
]
}

🔹 Change 399​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_cancel
  • New Schema:
{
"type": "boolean"
}

🔹 Change 400​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.enable_tracking
  • New Schema:
{
"type": "boolean"
}

🔹 Change 401​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_return
  • New Schema:
{
"type": "boolean"
}

🔹 Change 402​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_invoiced
  • New Schema:
{
"type": "boolean"
}

🔹 Change 403​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.child_nodes
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 404​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user_info
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 405​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.status_progress
  • New Schema:
{
"type": "number"
}

🔹 Change 406​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.items
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 407​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.refund_details
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 408​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.financial_status
  • New Schema:
{
"type": "string",
"nullable": true
}

🔹 Change 409​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.track_info
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 410​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 411​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 412​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 413​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 414​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 415​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 416​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 417​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 418​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 419​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 420​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 421​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 422​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 423​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 424​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 425​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 426​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 427​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 428​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 429​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 430​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 431​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 432​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 433​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 434​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 435​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 436​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderData --> OrderData/properties --> OrderData/properties/payment_info --> OrderData/properties/payment_info/items --> PaymentInfoData --> OrderData/properties/payment_info/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.order.properties.payment_info.items.properties.transaction_data
  • New Schema:
{
"type": "object",
"description": "All necessary data for transaction received",
"additionalProperties": true
}

🔹 Change 437​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.picked_date.format
  • New Schema:
"date-time"

🔹 Change 438​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/tracking_list --> PlatformShipment/properties/tracking_list/items --> TrackingList --> PlatformShipment/properties/tracking_list/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.tracking_list.items.properties.state
  • New Schema:
{
"type": "string"
}

🔹 Change 439​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.affiliate_order_date.format
  • New Schema:
"date-time"

🔹 Change 440​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 441​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 442​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 443​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 444​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 445​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 446​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 447​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 448​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 449​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 450​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 451​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 452​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 453​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 454​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 455​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 456​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 457​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 458​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 459​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 460​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 461​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 462​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 463​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 464​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 465​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 466​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusData --> OrderStatusData/properties --> OrderStatusData/properties/order_details --> OrderDetails --> OrderStatusData/properties/order_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_status.properties.order_details.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 467​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.order_date.format
  • New Schema:
"date-time"

🔹 Change 468​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.payment_methods
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 469​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.payment_info
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 470​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.created_at
  • New Schema:
{
"type": "string",
"x-not-date": true
}

🔹 Change 471​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.prices
  • New Schema:
{
"$ref": "#/components/schemas/Prices"
}

🔹 Change 472​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 473​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.raw_user_agent
  • New Schema:
{
"type": "string"
}

🔹 Change 474​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.comment
  • New Schema:
{
"type": "string"
}

🔹 Change 475​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/Currency"
}

🔹 Change 476​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.currency_info
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfo"
}

🔹 Change 477​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 478​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.uid

🔹 Change 479​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.id
  • New Schema:
{
"type": "integer",
"description": "The unique identifier associated with the user.",
"nullable": true
}

🔹 Change 480​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.mongo_user_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "User Object ID assigned within the system"
}

🔹 Change 481​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.meta
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Additional metadata related to the user."
}

🔹 Change 482​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user.properties.country_phone_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "The country-specific phone code, useful for formatting mobile numbers correctly."
}

🔹 Change 483​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.delivery_details.properties

🔹 Change 484​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/delivery_details --> UserDetailsData
  • Schema Action: REQUIRED_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.delivery_details.required

🔹 Change 485​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.billing_details.properties

🔹 Change 486​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/billing_details --> UserDetailsData
  • Schema Action: REQUIRED_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.billing_details.required

🔹 Change 487​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/ordering_store --> OrderingStoreDetails --> PlatformShipment/properties/ordering_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.ordering_store.properties.store_email
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Email address of store"
}

🔹 Change 488​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/order_platform
  • Schema Action: NULLABLE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_platform.nullable
  • New Schema:
true

🔹 Change 489​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.dp_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 490​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.dp_return_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 491​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.amount_handling_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 492​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.eway_bill_number
  • New Schema:
{
"type": "number",
"nullable": true
}

🔹 Change 493​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.dp_details.properties.dp_otp
  • New Schema:
{
"type": "string"
}

🔹 Change 494​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.payment_info.items.properties
  • New Schema:
{
"mode": {
"type": "string",
"description": "Stands for 'Mode of Payment'. This is a short code (like 'COD' for Cash On Delivery) that represents the payment method used."
},
"name": {
"type": "string",
"description": "Specifies name of the payment method."
},
"collect_by": {
"type": "string",
"description": "Whomsoever collected the money"
},
"refund_by": {
"type": "string",
"description": "Whomsoever will refund the money"
},
"meta": {
"type": "object",
"description": "Object that stores additional meta data related to the payment.",
"additionalProperties": true
},
"amount": {
"type": "number",
"description": "Amount paid using this payment method."
},
"unique_identifier": {
"type": "string",
"description": "A unique string identifier for the transaction, this is essential for referencing individual payments."
},
"display_name": {
"type": "string",
"description": "The name of the payment method as it should be displayed to the user."
},
"transaction_data": {
"type": "object",
"description": "All necessary data for transaction received",
"additionalProperties": true
}
}

🔹 Change 495​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.estimated_delivery_date.format
  • New Schema:
"date-time"

🔹 Change 496​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/b2b_buyer_details --> BuyerDetails --> ShipmentMeta/properties/b2b_buyer_details/properties --> ShipmentMeta/properties/b2b_buyer_details/properties/address
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.b2b_buyer_details.properties.address.nullable

🔹 Change 497​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 498​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.store_invoice_updated_date.format
  • New Schema:
"date-time"

🔹 Change 499​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/shipment_tags --> ShipmentMeta/properties/shipment_tags/items --> ShipmentTags --> ShipmentMeta/properties/shipment_tags/items/properties --> ShipmentMeta/properties/shipment_tags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.shipment_tags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 500​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/shipment_meta --> ShipmentMeta --> AffiliateDetails/properties/shipment_meta/properties --> AffiliateDetails/properties/shipment_meta/properties/order_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.order_type.enum
  • New Schema:
[
"HomeDelivery",
"PickAtStore",
"Digital",
null
]

🔹 Change 501​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 502​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/invoice_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.pdf_links.properties.invoice_type.enum
  • New Schema:
[
"fynd",
"external"
]

🔹 Change 503​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/label_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.pdf_links.properties.label_type.enum
  • New Schema:
[
"fynd",
"external",
"parent_child"
]

🔹 Change 504​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.config.properties.app
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateAppConfig"
}

🔹 Change 505​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.config.properties.inventory
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateInventoryConfig"
}

🔹 Change 506​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.ad_id

🔹 Change 507​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_details.properties.id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The unique identifier for the affiliate."
}

🔹 Change 508​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.state_type.nullable

🔹 Change 509​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 510​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 511​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 512​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 513​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 514​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 515​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 516​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bag_status_history.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 517​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.state_type.nullable

🔹 Change 518​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 519​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 520​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 521​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 522​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 523​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 524​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 525​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 526​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.financial_breakup.properties.refund_amount
  • New Schema:
{
"type": "number"
}

🔹 Change 527​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.financial_breakup.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 528​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 529​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 530​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 531​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 532​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 533​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 534​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 535​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 536​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 537​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 538​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 539​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 540​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 541​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 542​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 543​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 544​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 545​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 546​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 547​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 548​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 549​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 550​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.article.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 551​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.article.properties.group_info
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 552​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.article.properties.group_info_ids
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 553​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.brand.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 554​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.brand.properties.modified_on.format
  • New Schema:
"date-time"

🔹 Change 555​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.affiliate_bag_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 556​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.last_updated_at.format
  • New Schema:
"date-time"

🔹 Change 557​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 558​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.tags
  • New Schema:
{
"type": "array",
"items": {
"type": "string"
}
}

🔹 Change 559​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.item.properties.l2_category_id
  • New Schema:
{
"type": "number"
}

🔹 Change 560​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.refund_by
  • New Schema:
{
"type": "string"
}

🔹 Change 561​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.collect_by
  • New Schema:
{
"type": "string"
}

🔹 Change 562​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.display_name
  • New Schema:
{
"type": "string"
}

🔹 Change 563​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.refund_by
  • New Schema:
{
"type": "string"
}

🔹 Change 564​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.collect_by
  • New Schema:
{
"type": "string"
}

🔹 Change 565​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.display_name
  • New Schema:
{
"type": "string"
}

🔹 Change 566​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties --> PlatformShipment/properties/bags/items/properties/quantity
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.quantity.type
  • New Schema:
"number"

🔹 Change 567​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/applied_promos --> OrderBags/properties/applied_promos/items --> AppliedPromos --> OrderBags/properties/applied_promos/items/properties --> OrderBags/properties/applied_promos/items/properties/promotion_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.applied_promos.items.properties.promotion_type.enum
  • New Schema:
[
"percentage",
"amount",
"fixed_price",
"bogo",
"contract_price",
"shipping_price",
"ladder_price",
"bundle_price_percentage",
"bundle_price_amount",
"bundle_amount_percentage",
"custom",
"free_gift_items",
"free_non_sellable_items",
null
]

🔹 Change 568​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/applied_promos --> OrderBags/properties/applied_promos/items --> AppliedPromos --> OrderBags/properties/applied_promos/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.applied_promos.items.properties.applied_free_articles
  • New Schema:
{
"type": "array",
"description": "A list of articles that are eligible for free under the promotion.",
"items": {
"$ref": "#/components/schemas/AppliedFreeArticles"
}
}

🔹 Change 569​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 570​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 571​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 572​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 573​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 574​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 575​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 576​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 577​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 578​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 579​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 580​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 581​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 582​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 583​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 584​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 585​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 586​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 587​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 588​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 589​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 590​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 591​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 592​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 593​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 594​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 595​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/current_status --> CurrentStatus --> OrderBags/properties/current_status/properties --> OrderBags/properties/current_status/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics",
null
]

🔹 Change 596​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.updated_at.format

🔹 Change 597​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 598​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 599​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties --> PlatformShipment/properties/bags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 600​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 601​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 602​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 603​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.mark_as_returnable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 604​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.bags.items.properties.returnable_date
  • New Schema:
{
"type": "string",
"format": "date-time",
"nullable": true
}

🔹 Change 605​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/fulfilling_store --> FulfillingStore --> PlatformShipment/properties/fulfilling_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.fulfilling_store.properties.store_email
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Email of the recipient associated with the store"
}

🔹 Change 606​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.journey_type.enum
  • New Schema:
[
"return",
"forward",
null
]

🔹 Change 607​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 608​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 609​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 610​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 611​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 612​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 613​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 614​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 615​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 616​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 617​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 618​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 619​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 620​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 621​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 622​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 623​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 624​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 625​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 626​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 627​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 628​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 629​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 630​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 631​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 632​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 633​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 634​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 635​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.shipment_created_at.format
  • New Schema:
"date-time"

🔹 Change 636​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.ordering_currency.properties.value
  • New Schema:
{
"type": "number",
"description": "The value of the charge in the ordering currency. This is the amount that the customer will see and pay in their chosen currency.\n",
"example": 66.66
}

🔹 Change 637​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.ordering_currency.properties.currency
  • New Schema:
{
"type": "string",
"description": "The three-letter ISO currency code representing the ordering currency (e.g., INR for Indian Rupee).\n",
"example": "INR"
}

🔹 Change 638​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfoCurrency"
}

🔹 Change 639​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.currency_info.properties.order_currency
  • New Schema:
{
"type": "string"
}

🔹 Change 640​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 641​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 642​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 643​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 644​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 645​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 646​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 647​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 648​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 649​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 650​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 651​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 652​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 653​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 654​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 655​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 656​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 657​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 658​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 659​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 660​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 661​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.rto_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 662​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.charges
  • New Schema:
{
"type": "array",
"description": "An array of charges applied to the shipment.",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 663​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 664​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.affiliate_shipment_id
  • New Schema:
{
"description": "Identifier of the shipment assigned by the application",
"type": "string",
"nullable": true
}

🔹 Change 665​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.tracking_url
  • New Schema:
{
"description": "URL for monitoring the status and location of the shipment.",
"type": "string",
"nullable": true
}

🔹 Change 666​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.forward_end_shipment_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The forward_end_shipment_id represents the shipment ID of the original forward journey shipment. When a shipment is transitioned to a return journey, the original shipment ID from the forward journey is recorded in the forward_end_shipment_id field of the return journey shipment. Even if the return shipment is later split into multiple shipments, each of these shipments will retain the same forward_end_shipment_id value that was assigned during the initial return journey initiation. This ensures that all return shipments can be traced back to the original forward journey shipment."
}

🔹 Change 667​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.logistics_meta
  • New Schema:
{
"type": "object",
"description": "An object storing detailed logistics-related information, including courier partner details and other relevant metadata.",
"additionalProperties": true
}

🔹 Change 668​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.refund_information
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 669​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.manifest_id
  • New Schema:
{
"type": "string",
"nullable": true
}

🔹 Change 670​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 671​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.pickup_slot
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 672​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_process
  • New Schema:
{
"type": "boolean"
}

🔹 Change 673​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.mark_as_returnable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 674​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_source_domain
  • New Schema:
{
"type": "string"
}

🔹 Change 675​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.actionable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 676​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.transition_config
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 677​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.next_possible_states
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 678​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_processing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 679​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.total_bag_qty
  • New Schema:
{
"type": "number"
}

🔹 Change 680​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_created_time
  • New Schema:
{
"type": "string"
}

🔹 Change 681​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_created_ts
  • New Schema:
{
"type": "string"
}

🔹 Change 682​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.company
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 683​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.fyndstore_emp
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 684​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_not_fynd_source
  • New Schema:
{
"type": "boolean"
}

🔹 Change 685​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_fynd_coupon
  • New Schema:
{
"type": "boolean"
}

🔹 Change 686​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user_id
  • New Schema:
{
"type": "string"
}

🔹 Change 687​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.email_id
  • New Schema:
{
"type": "string"
}

🔹 Change 688​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.escalation
  • New Schema:
{
"additionalProperties": true,
"type": "object",
"nullable": true
}

🔹 Change 689​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.beneficiary_details
  • New Schema:
{
"type": "boolean"
}

🔹 Change 690​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_break
  • New Schema:
{
"type": "boolean",
"nullable": true
}

🔹 Change 691​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_packaging_order
  • New Schema:
{
"type": "boolean"
}

🔹 Change 692​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.delivery_status
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 693​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.current_shipment_status
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 694​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.order_type
  • New Schema:
{
"type": "string",
"enum": [
"HomeDelivery",
"PickAtStore",
"Digital"
]
}

🔹 Change 695​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_cancel
  • New Schema:
{
"type": "boolean"
}

🔹 Change 696​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.enable_tracking
  • New Schema:
{
"type": "boolean"
}

🔹 Change 697​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.can_return
  • New Schema:
{
"type": "boolean"
}

🔹 Change 698​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.is_invoiced
  • New Schema:
{
"type": "boolean"
}

🔹 Change 699​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.child_nodes
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 700​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.user_info
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 701​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.status_progress
  • New Schema:
{
"type": "number"
}

🔹 Change 702​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.items
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 703​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.refund_details
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 704​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.financial_status
  • New Schema:
{
"type": "string",
"nullable": true
}

🔹 Change 705​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.shipments.items.properties.track_info
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 706​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.picked_date.format
  • New Schema:
"date-time"

🔹 Change 707​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/tracking_list --> PlatformShipment/properties/tracking_list/items --> TrackingList --> PlatformShipment/properties/tracking_list/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.tracking_list.items.properties.state
  • New Schema:
{
"type": "string"
}

🔹 Change 708​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.affiliate_order_date.format
  • New Schema:
"date-time"

🔹 Change 709​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 710​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 711​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 712​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 713​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 714​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 715​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 716​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 717​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 718​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 719​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 720​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 721​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 722​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 723​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 724​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 725​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 726​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 727​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 728​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 729​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 730​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 731​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 732​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 733​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 734​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 735​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusData --> OrderStatusData/properties --> OrderStatusData/properties/order_details --> OrderDetails --> OrderStatusData/properties/order_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_status.properties.order_details.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 736​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.order_date.format
  • New Schema:
"date-time"

🔹 Change 737​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.payment_methods
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 738​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.payment_info
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 739​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.created_at
  • New Schema:
{
"type": "string",
"x-not-date": true
}

🔹 Change 740​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.prices
  • New Schema:
{
"$ref": "#/components/schemas/Prices"
}

🔹 Change 741​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 742​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.raw_user_agent
  • New Schema:
{
"type": "string"
}

🔹 Change 743​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.comment
  • New Schema:
{
"type": "string"
}

🔹 Change 744​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/Currency"
}

🔹 Change 745​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.currency_info
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfo"
}

🔹 Change 746​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/order --> OrderDetailsData --> PlatformShipment/properties/order/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 747​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.user.properties.uid

🔹 Change 748​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.user.properties.id
  • New Schema:
{
"type": "integer",
"description": "The unique identifier associated with the user.",
"nullable": true
}

🔹 Change 749​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.user.properties.mongo_user_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "User Object ID assigned within the system"
}

🔹 Change 750​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.user.properties.meta
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Additional metadata related to the user."
}

🔹 Change 751​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.user.properties.country_phone_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "The country-specific phone code, useful for formatting mobile numbers correctly."
}

🔹 Change 752​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.delivery_details.properties

🔹 Change 753​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/delivery_details --> UserDetailsData
  • Schema Action: REQUIRED_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.delivery_details.required

🔹 Change 754​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.billing_details.properties

🔹 Change 755​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/billing_details --> UserDetailsData
  • Schema Action: REQUIRED_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.billing_details.required

🔹 Change 756​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/ordering_store --> OrderingStoreDetails --> PlatformShipment/properties/ordering_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.ordering_store.properties.store_email
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Email address of store"
}

🔹 Change 757​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/order_platform
  • Schema Action: NULLABLE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_platform.nullable
  • New Schema:
true

🔹 Change 758​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.dp_details.properties.dp_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 759​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.dp_details.properties.dp_return_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 760​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.dp_details.properties.amount_handling_charges
  • New Schema:
{
"type": "number"
}

🔹 Change 761​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.dp_details.properties.eway_bill_number
  • New Schema:
{
"type": "number",
"nullable": true
}

🔹 Change 762​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/dp_details --> DPDetailsData --> PlatformShipment/properties/dp_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.dp_details.properties.dp_otp
  • New Schema:
{
"type": "string"
}

🔹 Change 763​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.payment_info.items.properties
  • New Schema:
{
"mode": {
"type": "string",
"description": "Stands for 'Mode of Payment'. This is a short code (like 'COD' for Cash On Delivery) that represents the payment method used."
},
"name": {
"type": "string",
"description": "Specifies name of the payment method."
},
"collect_by": {
"type": "string",
"description": "Whomsoever collected the money"
},
"refund_by": {
"type": "string",
"description": "Whomsoever will refund the money"
},
"meta": {
"type": "object",
"description": "Object that stores additional meta data related to the payment.",
"additionalProperties": true
},
"amount": {
"type": "number",
"description": "Amount paid using this payment method."
},
"unique_identifier": {
"type": "string",
"description": "A unique string identifier for the transaction, this is essential for referencing individual payments."
},
"display_name": {
"type": "string",
"description": "The name of the payment method as it should be displayed to the user."
},
"transaction_data": {
"type": "object",
"description": "All necessary data for transaction received",
"additionalProperties": true
}
}

🔹 Change 764​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.estimated_delivery_date.format
  • New Schema:
"date-time"

🔹 Change 765​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/b2b_buyer_details --> BuyerDetails --> ShipmentMeta/properties/b2b_buyer_details/properties --> ShipmentMeta/properties/b2b_buyer_details/properties/address
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.b2b_buyer_details.properties.address.nullable

🔹 Change 766​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 767​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.store_invoice_updated_date.format
  • New Schema:
"date-time"

🔹 Change 768​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/shipment_tags --> ShipmentMeta/properties/shipment_tags/items --> ShipmentTags --> ShipmentMeta/properties/shipment_tags/items/properties --> ShipmentMeta/properties/shipment_tags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.shipment_tags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 769​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/shipment_meta --> ShipmentMeta --> AffiliateDetails/properties/shipment_meta/properties --> AffiliateDetails/properties/shipment_meta/properties/order_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.shipment_meta.properties.order_type.enum
  • New Schema:
[
"HomeDelivery",
"PickAtStore",
"Digital",
null
]

🔹 Change 770​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 771​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/invoice_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.pdf_links.properties.invoice_type.enum
  • New Schema:
[
"fynd",
"external"
]

🔹 Change 772​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/label_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.pdf_links.properties.label_type.enum
  • New Schema:
[
"fynd",
"external",
"parent_child"
]

🔹 Change 773​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.config.properties.app
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateAppConfig"
}

🔹 Change 774​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.config.properties.inventory
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateInventoryConfig"
}

🔹 Change 775​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.ad_id

🔹 Change 776​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_details.properties.id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The unique identifier for the affiliate."
}

🔹 Change 777​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.state_type.nullable

🔹 Change 778​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 779​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 780​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 781​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 782​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 783​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 784​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 785​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bag_status_history.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 786​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.state_type.nullable

🔹 Change 787​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 788​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 789​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 790​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 791​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 792​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 793​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 794​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.bag_status.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 795​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.financial_breakup.properties.refund_amount
  • New Schema:
{
"type": "number"
}

🔹 Change 796​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.financial_breakup.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 797​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 798​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 799​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 800​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 801​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 802​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 803​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 804​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 805​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 806​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 807​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 808​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 809​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 810​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 811​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 812​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 813​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 814​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 815​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 816​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 817​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 818​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.delivery_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 819​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.article.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 820​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.article.properties.group_info
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 821​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/article --> OrderBagArticle --> OrderBags/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.article.properties.group_info_ids
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 822​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.brand.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 823​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.brand.properties.modified_on.format
  • New Schema:
"date-time"

🔹 Change 824​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.affiliate_bag_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 825​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.item.properties.last_updated_at.format
  • New Schema:
"date-time"

🔹 Change 826​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.item.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 827​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.item.properties.tags
  • New Schema:
{
"type": "array",
"items": {
"type": "string"
}
}

🔹 Change 828​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.item.properties.l2_category_id
  • New Schema:
{
"type": "number"
}

🔹 Change 829​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.refund_by
  • New Schema:
{
"type": "string"
}

🔹 Change 830​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.collect_by
  • New Schema:
{
"type": "string"
}

🔹 Change 831​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.payment_methods.items.properties.display_name
  • New Schema:
{
"type": "string"
}

🔹 Change 832​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.refund_by
  • New Schema:
{
"type": "string"
}

🔹 Change 833​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.collect_by
  • New Schema:
{
"type": "string"
}

🔹 Change 834​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/payment_methods --> OrderBags/properties/payment_methods/items --> BagPaymentMethods --> OrderBags/properties/payment_methods/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.payment_info.items.properties.display_name
  • New Schema:
{
"type": "string"
}

🔹 Change 835​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties --> PlatformShipment/properties/bags/items/properties/quantity
  • Schema Action: DATA_TYPE_UPDATED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.quantity.type
  • New Schema:
"number"

🔹 Change 836​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/applied_promos --> OrderBags/properties/applied_promos/items --> AppliedPromos --> OrderBags/properties/applied_promos/items/properties --> OrderBags/properties/applied_promos/items/properties/promotion_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.applied_promos.items.properties.promotion_type.enum
  • New Schema:
[
"percentage",
"amount",
"fixed_price",
"bogo",
"contract_price",
"shipping_price",
"ladder_price",
"bundle_price_percentage",
"bundle_price_amount",
"bundle_amount_percentage",
"custom",
"free_gift_items",
"free_non_sellable_items",
null
]

🔹 Change 837​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/applied_promos --> OrderBags/properties/applied_promos/items --> AppliedPromos --> OrderBags/properties/applied_promos/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.applied_promos.items.properties.applied_free_articles
  • New Schema:
{
"type": "array",
"description": "A list of articles that are eligible for free under the promotion.",
"items": {
"$ref": "#/components/schemas/AppliedFreeArticles"
}
}

🔹 Change 838​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 839​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 840​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 841​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 842​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 843​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 844​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 845​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 846​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 847​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 848​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 849​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 850​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 851​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 852​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 853​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 854​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 855​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 856​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 857​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 858​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 859​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 860​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 861​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 862​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 863​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 864​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: OrderBags --> OrderBags/properties --> OrderBags/properties/current_status --> CurrentStatus --> OrderBags/properties/current_status/properties --> OrderBags/properties/current_status/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.current_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics",
null
]

🔹 Change 865​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.current_status.properties.updated_at.format

🔹 Change 866​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 867​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 868​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties --> PlatformShipment/properties/bags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 869​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 870​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 871​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 872​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.mark_as_returnable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 873​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/bags --> PlatformShipment/properties/bags/items --> OrderBags --> PlatformShipment/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.bags.items.properties.returnable_date
  • New Schema:
{
"type": "string",
"format": "date-time",
"nullable": true
}

🔹 Change 874​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/fulfilling_store --> FulfillingStore --> PlatformShipment/properties/fulfilling_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.fulfilling_store.properties.store_email
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Email of the recipient associated with the store"
}

🔹 Change 875​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties --> PlatformOrderItems/properties/shipments/items/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.journey_type.enum
  • New Schema:
[
"return",
"forward",
null
]

🔹 Change 876​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 877​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 878​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 879​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 880​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 881​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 882​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 883​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 884​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 885​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 886​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 887​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 888​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 889​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 890​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 891​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 892​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 893​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 894​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 895​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 896​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 897​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 898​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 899​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 900​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 901​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 902​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 903​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 904​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.shipment_created_at.format
  • New Schema:
"date-time"

🔹 Change 905​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.currency_info.properties.ordering_currency.properties.value
  • New Schema:
{
"type": "number",
"description": "The value of the charge in the ordering currency. This is the amount that the customer will see and pay in their chosen currency.\n",
"example": 66.66
}

🔹 Change 906​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.currency_info.properties.ordering_currency.properties.currency
  • New Schema:
{
"type": "string",
"description": "The three-letter ISO currency code representing the ordering currency (e.g., INR for Indian Rupee).\n",
"example": "INR"
}

🔹 Change 907​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.currency_info.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfoCurrency"
}

🔹 Change 908​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.currency_info.properties.order_currency
  • New Schema:
{
"type": "string"
}

🔹 Change 909​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 910​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 911​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 912​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 913​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 914​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 915​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 916​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 917​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 918​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 919​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 920​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 921​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 922​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 923​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 924​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 925​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 926​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 927​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 928​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 929​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 930​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.rto_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 931​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.charges
  • New Schema:
{
"type": "array",
"description": "An array of charges applied to the shipment.",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 932​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 933​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.affiliate_shipment_id
  • New Schema:
{
"description": "Identifier of the shipment assigned by the application",
"type": "string",
"nullable": true
}

🔹 Change 934​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.tracking_url
  • New Schema:
{
"description": "URL for monitoring the status and location of the shipment.",
"type": "string",
"nullable": true
}

🔹 Change 935​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.forward_end_shipment_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The forward_end_shipment_id represents the shipment ID of the original forward journey shipment. When a shipment is transitioned to a return journey, the original shipment ID from the forward journey is recorded in the forward_end_shipment_id field of the return journey shipment. Even if the return shipment is later split into multiple shipments, each of these shipments will retain the same forward_end_shipment_id value that was assigned during the initial return journey initiation. This ensures that all return shipments can be traced back to the original forward journey shipment."
}

🔹 Change 936​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.logistics_meta
  • New Schema:
{
"type": "object",
"description": "An object storing detailed logistics-related information, including courier partner details and other relevant metadata.",
"additionalProperties": true
}

🔹 Change 937​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.refund_information
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 938​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.manifest_id
  • New Schema:
{
"type": "string",
"nullable": true
}

🔹 Change 939​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 940​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.pickup_slot
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 941​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.can_process
  • New Schema:
{
"type": "boolean"
}

🔹 Change 942​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.mark_as_returnable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 943​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_source_domain
  • New Schema:
{
"type": "string"
}

🔹 Change 944​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.actionable
  • New Schema:
{
"type": "boolean"
}

🔹 Change 945​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.transition_config
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 946​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.next_possible_states
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 947​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.is_processing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 948​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.total_bag_qty
  • New Schema:
{
"type": "number"
}

🔹 Change 949​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_created_time
  • New Schema:
{
"type": "string"
}

🔹 Change 950​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_created_ts
  • New Schema:
{
"type": "string"
}

🔹 Change 951​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.company
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 952​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.fyndstore_emp
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 953​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.is_not_fynd_source
  • New Schema:
{
"type": "boolean"
}

🔹 Change 954​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.is_fynd_coupon
  • New Schema:
{
"type": "boolean"
}

🔹 Change 955​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.user_id
  • New Schema:
{
"type": "string"
}

🔹 Change 956​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.email_id
  • New Schema:
{
"type": "string"
}

🔹 Change 957​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.escalation
  • New Schema:
{
"additionalProperties": true,
"type": "object",
"nullable": true
}

🔹 Change 958​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.beneficiary_details
  • New Schema:
{
"type": "boolean"
}

🔹 Change 959​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.can_break
  • New Schema:
{
"type": "boolean",
"nullable": true
}

🔹 Change 960​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.is_packaging_order
  • New Schema:
{
"type": "boolean"
}

🔹 Change 961​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.delivery_status
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 962​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.current_shipment_status
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 963​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.order_type
  • New Schema:
{
"type": "string",
"enum": [
"HomeDelivery",
"PickAtStore",
"Digital"
]
}

🔹 Change 964​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.can_cancel
  • New Schema:
{
"type": "boolean"
}

🔹 Change 965​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.enable_tracking
  • New Schema:
{
"type": "boolean"
}

🔹 Change 966​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.can_return
  • New Schema:
{
"type": "boolean"
}

🔹 Change 967​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.is_invoiced
  • New Schema:
{
"type": "boolean"
}

🔹 Change 968​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.child_nodes
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 969​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.user_info
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 970​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.status_progress
  • New Schema:
{
"type": "number"
}

🔹 Change 971​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.items
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 972​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.refund_details
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 973​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.financial_status
  • New Schema:
{
"type": "string",
"nullable": true
}

🔹 Change 974​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformOrderItems --> PlatformOrderItems/properties --> PlatformOrderItems/properties/shipments --> PlatformOrderItems/properties/shipments/items --> PlatformShipment --> PlatformOrderItems/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipments.items.properties.track_info
  • New Schema:
{
"type": "array",
"items": {
"type": "object"
}
}

🔹 Change 975​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user_info.properties.uid

🔹 Change 976​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user_info.properties.id
  • New Schema:
{
"type": "integer",
"description": "The unique identifier associated with the user.",
"nullable": true
}

🔹 Change 977​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user_info.properties.mongo_user_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "User Object ID assigned within the system"
}

🔹 Change 978​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user_info.properties.meta
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Additional metadata related to the user."
}

🔹 Change 979​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user_info.properties.country_phone_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "The country-specific phone code, useful for formatting mobile numbers correctly."
}

🔹 Change 980​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.ordering_currency.properties.value
  • New Schema:
{
"type": "number",
"description": "The value of the charge in the ordering currency. This is the amount that the customer will see and pay in their chosen currency.\n",
"example": 66.66
}

🔹 Change 981​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.ordering_currency.properties.currency
  • New Schema:
{
"type": "string",
"description": "The three-letter ISO currency code representing the ordering currency (e.g., INR for Indian Rupee).\n",
"example": "INR"
}

🔹 Change 982​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfoCurrency"
}

🔹 Change 983​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrders.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.order_currency
  • New Schema:
{
"type": "string"
}

🔹 Change 984​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.shipment_status_id

🔹 Change 985​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 986​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 987​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties --> ShipmentItem/properties/shipment_status/properties/status
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.status.nullable

🔹 Change 988​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.id
  • New Schema:
{
"type": "integer",
"nullable": true,
"description": "A unique identifier for the shipment status."
}

🔹 Change 989​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.display_name
  • New Schema:
{
"type": "string",
"description": "A user-friendly name or identifier for the shipment status."
}

🔹 Change 990​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/shipment_status --> ShipmentStatus --> ShipmentItem/properties/shipment_status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.shipment_status.properties.updated_ts
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A general timestamp indicating when the status was updated, useful for processing and tracking."
}

🔹 Change 991​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.uid

🔹 Change 992​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.id
  • New Schema:
{
"type": "integer",
"description": "The unique identifier associated with the user.",
"nullable": true
}

🔹 Change 993​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.mongo_user_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "User Object ID assigned within the system"
}

🔹 Change 994​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.meta
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Additional metadata related to the user."
}

🔹 Change 995​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/user --> UserDataInfo --> ShipmentItem/properties/user/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.user.properties.country_phone_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "The country-specific phone code, useful for formatting mobile numbers correctly."
}

🔹 Change 996​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 997​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 998​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 999​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1000​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1001​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1002​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1003​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1004​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1005​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1006​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1007​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1008​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1009​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1010​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1011​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1012​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1013​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1014​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1015​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1016​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1017​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.delivery_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1018​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties --> ShipmentItem/properties/bags/items/properties/bag_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_type.enum
  • New Schema:
[
"forward_standard",
null
]

🔹 Change 1019​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.financial_breakup.items.properties.refund_amount
  • New Schema:
{
"type": "number"
}

🔹 Change 1020​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.financial_breakup.items.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1021​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_expiry_date.format
  • New Schema:
"date-time"

🔹 Change 1022​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.state_type.nullable

🔹 Change 1023​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1024​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1025​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1026​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1027​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1028​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1029​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1030​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.bag_status.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1031​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.state_type.nullable

🔹 Change 1032​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1033​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1034​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1035​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1036​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1037​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1038​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1039​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_operational_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1040​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.article.properties.a_set

🔹 Change 1041​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.article.properties.set
  • New Schema:
{
"type": "object",
"nullable": true,
"description": "Represents the data related to combinations of articles that, while being the same product, vary by size, color, or other distinguishing features.",
"additionalProperties": true
}

🔹 Change 1042​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.article.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 1043​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.brand.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 1044​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.affiliate_bag_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 1045​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.last_updated_at.format
  • New Schema:
"date-time"

🔹 Change 1046​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 1047​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.tags
  • New Schema:
{
"type": "array",
"items": {
"type": "string"
}
}

🔹 Change 1048​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/item --> PlatformItem --> BagUnit/properties/item/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.item.properties.l2_category_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1049​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1050​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1051​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1052​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1053​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1054​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1055​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1056​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1057​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1058​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1059​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1060​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1061​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1062​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1063​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 1064​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1065​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1066​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1067​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1068​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1069​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1070​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1071​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1072​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1073​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1074​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1075​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.dates.properties.delivery_date.format
  • New Schema:
"date-time"

🔹 Change 1076​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.state_type.nullable

🔹 Change 1077​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1078​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1079​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1080​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1081​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1082​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1083​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1084​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.current_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1085​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties --> ShipmentItem/properties/bags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
null
]

🔹 Change 1086​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.quantity

🔹 Change 1087​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/bags --> ShipmentItem/properties/bags/items --> BagUnit --> ShipmentItem/properties/bags/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.bags.items.properties.ordering_currency_prices
  • New Schema:
{
"$ref": "#/components/schemas/OrderingCurrencyPrices"
}

🔹 Change 1088​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/fulfilling_store --> ShipmentItemFulFillingStore --> ShipmentItem/properties/fulfilling_store/properties --> ShipmentItem/properties/fulfilling_store/properties/location_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.fulfilling_store.properties.location_type.enum
  • New Schema:
[
"high_street",
"mall",
"store",
"warehouse",
null
]

🔹 Change 1089​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/fulfilling_store --> ShipmentItemFulFillingStore --> ShipmentItem/properties/fulfilling_store/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.fulfilling_store.properties.company_id
  • New Schema:
{
"type": "integer",
"description": "Identifier of the company responsible for fulfilling shipments from this store"
}

🔹 Change 1090​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1091​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1092​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1093​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1094​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1095​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1096​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1097​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1098​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1099​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1100​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1101​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1102​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1103​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1104​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 1105​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1106​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1107​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1108​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1109​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1110​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1111​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1112​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1113​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1114​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1115​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1116​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.ordering_currency.properties.value
  • New Schema:
{
"type": "number",
"description": "The value of the charge in the ordering currency. This is the amount that the customer will see and pay in their chosen currency.\n",
"example": 66.66
}

🔹 Change 1117​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CurrencyInfo --> CurrencyInfo/properties --> CurrencyInfo/properties/ordering_currency --> OrderingCurrency --> CurrencyInfo/properties/ordering_currency/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.ordering_currency.properties.currency
  • New Schema:
{
"type": "string",
"description": "The three-letter ISO currency code representing the ordering currency (e.g., INR for Indian Rupee).\n",
"example": "INR"
}

🔹 Change 1118​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.currency
  • New Schema:
{
"$ref": "#/components/schemas/CurrencyInfoCurrency"
}

🔹 Change 1119​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: ShipmentItem --> ShipmentItem/properties --> ShipmentItem/properties/currency_info --> CurrencyInfo --> ShipmentItem/properties/currency_info/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getApplicationShipments.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.currency_info.properties.order_currency
  • New Schema:
{
"type": "string"
}

🔹 Change 1120​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipmentTrack --> PlatformShipmentTrack/properties --> PlatformShipmentTrack/properties/results --> PlatformShipmentTrack/properties/results/items --> PlatformTrack --> PlatformShipmentTrack/properties/results/items/properties --> PlatformShipmentTrack/properties/results/items/properties/last_location_recieved_at
  • Schema Action: NULLABLE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.trackShipmentPlatform.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.results.items.properties.last_location_recieved_at.nullable
  • New Schema:
true

🔹 Change 1121​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.trackShipmentPlatform.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.results.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1122​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.trackShipmentPlatform.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.results.items.properties.updated_time.format
  • New Schema:
"date-time"

🔹 Change 1123​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipmentTrack --> PlatformShipmentTrack/properties --> PlatformShipmentTrack/properties/results --> PlatformShipmentTrack/properties/results/items --> PlatformTrack --> PlatformShipmentTrack/properties/results/items/properties --> PlatformShipmentTrack/properties/results/items/properties/shipment_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.trackShipmentPlatform.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.results.items.properties.shipment_type.enum
  • New Schema:
[
"forward",
"return"
]

🔹 Change 1124​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipmentTrack --> PlatformShipmentTrack/properties --> PlatformShipmentTrack/properties/results --> PlatformShipmentTrack/properties/results/items --> PlatformTrack --> PlatformShipmentTrack/properties/results/items/properties --> PlatformShipmentTrack/properties/results/items/properties/reason
  • Schema Action: NULLABLE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.trackShipmentPlatform.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.results.items.properties.reason.nullable
  • New Schema:
true

🔹 Change 1125​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagReasons --> BagReasons/properties --> BagReasons/properties/question_set --> BagReasons/properties/question_set/items --> QuestionSet --> BagReasons/properties/question_set/items/properties --> BagReasons/properties/question_set/items/properties/display_name
  • Schema Action: NULLABLE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getShipmentReasons.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.reasons.items.properties.question_set.items.properties.display_name.nullable

🔹 Change 1126​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_bag_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 1127​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.shipment_meta.properties.estimated_delivery_date.format
  • New Schema:
"date-time"

🔹 Change 1128​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/b2b_buyer_details --> BuyerDetails --> ShipmentMeta/properties/b2b_buyer_details/properties --> ShipmentMeta/properties/b2b_buyer_details/properties/address
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.shipment_meta.properties.b2b_buyer_details.properties.address.nullable

🔹 Change 1129​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.shipment_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 1130​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.shipment_meta.properties.store_invoice_updated_date.format
  • New Schema:
"date-time"

🔹 Change 1131​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/shipment_tags --> ShipmentMeta/properties/shipment_tags/items --> ShipmentTags --> ShipmentMeta/properties/shipment_tags/items/properties --> ShipmentMeta/properties/shipment_tags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.shipment_meta.properties.shipment_tags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 1132​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/shipment_meta --> ShipmentMeta --> AffiliateDetails/properties/shipment_meta/properties --> AffiliateDetails/properties/shipment_meta/properties/order_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.shipment_meta.properties.order_type.enum
  • New Schema:
[
"HomeDelivery",
"PickAtStore",
"Digital",
null
]

🔹 Change 1133​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 1134​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/invoice_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.pdf_links.properties.invoice_type.enum
  • New Schema:
[
"fynd",
"external"
]

🔹 Change 1135​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/label_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.pdf_links.properties.label_type.enum
  • New Schema:
[
"fynd",
"external",
"parent_child"
]

🔹 Change 1136​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.config.properties.app
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateAppConfig"
}

🔹 Change 1137​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.config.properties.inventory
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateInventoryConfig"
}

🔹 Change 1138​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.ad_id

🔹 Change 1139​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.affiliate_details.properties.id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The unique identifier for the affiliate."
}

🔹 Change 1140​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.article.properties.a_set

🔹 Change 1141​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.article.properties.set
  • New Schema:
{
"type": "object",
"nullable": true,
"description": "Represents the data related to combinations of articles that, while being the same product, vary by size, color, or other distinguishing features.",
"additionalProperties": true
}

🔹 Change 1142​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.article.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 1143​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.state_type.nullable

🔹 Change 1144​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1145​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1146​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1147​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1148​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1149​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1150​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1151​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1152​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.state_type.nullable

🔹 Change 1153​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1154​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1155​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1156​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1157​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1158​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1159​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1160​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.bag_status_history.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1161​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.brand.properties.start_date.format
  • New Schema:
"date-time"

🔹 Change 1162​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.brand.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 1163​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.brand.properties.modified_on.format
  • New Schema:
"date-time"

🔹 Change 1164​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.company.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 1165​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/company --> Company --> BagDetails/properties/company/properties --> BagDetails/properties/company/properties/company_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.company.properties.company_type.enum
  • New Schema:
[
"mbo",
"distributor",
"manufacturer-owner",
"franchise",
null
]

🔹 Change 1166​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.company.properties.modified_on.format
  • New Schema:
"date-time"

🔹 Change 1167​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.company.properties.agreement_start_date.format
  • New Schema:
"date-time"

🔹 Change 1168​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.state_type.nullable

🔹 Change 1169​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1170​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1171​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1172​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1173​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1174​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1175​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1176​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_operational_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1177​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.state_type.nullable

🔹 Change 1178​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1179​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1180​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1181​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1182​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1183​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1184​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1185​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.current_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1186​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.dates.properties.delivery_date.format
  • New Schema:
"date-time"

🔹 Change 1187​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1188​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1189​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1190​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1191​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1192​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1193​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1194​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1195​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1196​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1197​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1198​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1199​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1200​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1201​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1202​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1203​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1204​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1205​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1206​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1207​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1208​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.delivery_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1209​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.entity_type.enum
  • New Schema:
[
"bag",
null
]

🔹 Change 1210​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.financial_breakup.items.properties.refund_amount
  • New Schema:
{
"type": "number"
}

🔹 Change 1211​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.financial_breakup.items.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1212​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1213​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/address1
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.address1.nullable

🔹 Change 1214​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/location_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.location_type.enum
  • New Schema:
[
"high_street",
"mall",
"store",
"warehouse"
]

🔹 Change 1215​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1216​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/phone
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.store_address_json.properties.phone.nullable

🔹 Change 1217​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.store_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1218​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.store_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing"
]

🔹 Change 1219​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.store_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1220​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.meta.properties.documents.properties.gst.properties.ds_type

🔹 Change 1221​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.meta.properties.documents.properties.gst.properties.type
  • New Schema:
{
"type": "string",
"description": "Type of the document.",
"x-not-enum": true
}

🔹 Change 1222​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document
  • Schema Action: REQUIRED_FIELD_UPDATED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.fulfilling_store.properties.meta.properties.documents.properties.gst.required.0
  • New Schema:
"type"

🔹 Change 1223​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.invoice.properties.updated_date.format
  • New Schema:
"date-time"

🔹 Change 1224​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/invoice --> InvoiceDetails --> BagDetails/properties/invoice/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.invoice.properties.credit_note_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The identifier for the credit note associated with the shipment, if applicable. This can be null if no credit note has been issued.\n",
"example": "F00003809A000025"
}

🔹 Change 1225​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/invoice --> InvoiceDetails --> BagDetails/properties/invoice/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.invoice.properties.pdf_links
  • New Schema:
{
"$ref": "#/components/schemas/PDFLinks"
}

🔹 Change 1226​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/item --> Item --> BagDetails/properties/item/properties --> BagDetails/properties/item/properties/attributes
  • Schema Action: DATA_TYPE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.item.properties.attributes.type

🔹 Change 1227​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.item.properties.attributes.allOf
  • New Schema:
[
{
"$ref": "#/components/schemas/Attributes"
}
]

🔹 Change 1228​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1229​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.affiliate_order_date.format
  • New Schema:
"date-time"

🔹 Change 1230​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1231​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1232​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1233​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1234​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1235​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1236​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1237​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1238​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1239​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1240​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1241​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1242​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1243​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1244​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 1245​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1246​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1247​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1248​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1249​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1250​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1251​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1252​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1253​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1254​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1255​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1256​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusData --> OrderStatusData/properties --> OrderStatusData/properties/order_details --> OrderDetails --> OrderStatusData/properties/order_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 1257​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/order_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.order_type.enum
  • New Schema:
[
"HomeDelivery",
"PickAtStore",
"Digital",
null
]

🔹 Change 1258​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1259​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/address1
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.address1.nullable

🔹 Change 1260​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/location_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.location_type.enum
  • New Schema:
[
"high_street",
"mall",
"store",
"warehouse"
]

🔹 Change 1261​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1262​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/phone
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.store_address_json.properties.phone.nullable

🔹 Change 1263​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.store_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1264​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.store_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing"
]

🔹 Change 1265​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.store_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1266​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.meta.properties.documents.properties.gst.properties.ds_type

🔹 Change 1267​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.meta.properties.documents.properties.gst.properties.type
  • New Schema:
{
"type": "string",
"description": "Type of the document.",
"x-not-enum": true
}

🔹 Change 1268​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document
  • Schema Action: REQUIRED_FIELD_UPDATED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.ordering_store.properties.meta.properties.documents.properties.gst.required.0
  • New Schema:
"type"

🔹 Change 1269​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/payment_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.payment_type.enum
  • New Schema:
[
"partner",
"self",
"fynd",
null
]

🔹 Change 1270​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1271​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1272​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1273​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1274​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1275​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1276​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1277​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1278​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1279​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1280​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1281​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1282​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1283​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1284​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 1285​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1286​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1287​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1288​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1289​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1290​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1291​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1292​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1293​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1294​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1295​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1296​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1297​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1298​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1299​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1300​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1301​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1302​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1303​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1304​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1305​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1306​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1307​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1308​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1309​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1310​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1311​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1312​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1313​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1314​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1315​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1316​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1317​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.rto_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1318​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: LineItem --> LineItem/properties --> LineItem/properties/charges --> LineItem/properties/charges/items --> Charge --> LineItem/properties/charges/items/properties --> LineItem/properties/charges/items/properties/amount --> AmountSchema
  • Schema Action: DATA_TYPE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.line_items.items.properties.charges.items.properties.amount.type

🔹 Change 1319​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.line_items.items.properties.charges.items.properties.amount.properties

🔹 Change 1320​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.line_items.items.properties.charges.items.properties.amount.allOf
  • New Schema:
[
{
"$ref": "#/components/schemas/AmountSchema"
}
]

🔹 Change 1321​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.line_items.items.properties.charges.items.properties.tax.properties.amount.properties
  • New Schema:
{
"ordering_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
},
"base_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
}
}

🔹 Change 1322​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Charge --> Charge/properties --> Charge/properties/tax --> Tax --> Charge/properties/tax/properties --> Charge/properties/tax/properties/amount --> AmountSchema
  • Schema Action: REQUIRED_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.line_items.items.properties.charges.items.properties.tax.properties.amount.required
  • New Schema:
[
"ordering_currency",
"base_currency"
]

🔹 Change 1323​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/line_items --> Shipment/properties/line_items/items --> LineItem
  • Schema Action: REQUIRED_FIELD_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.line_items.items.required.1
  • New Schema:
"charges"

🔹 Change 1324​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.processing_dates.properties.pack_by_date.format
  • New Schema:
"date-time"

🔹 Change 1325​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties --> CreateOrderAPI/properties/shipments/items/properties/order_type
  • Schema Action: ENUM_VALUE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.order_type.enum.2
  • New Schema:
"Digital"

🔹 Change 1326​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1327​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1328​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1329​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1330​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1331​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1332​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1333​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1334​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1335​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1336​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1337​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1338​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1339​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1340​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1341​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1342​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1343​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1344​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1345​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1346​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1347​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.billing_address_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1348​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1349​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1350​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1351​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1352​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1353​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1354​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1355​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1356​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1357​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1358​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1359​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1360​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1361​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1362​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1363​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1364​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1365​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1366​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1367​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1368​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1369​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.delivery_address_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1370​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.tags.items.properties
  • New Schema:
{
"slug": {
"type": "string",
"description": "A unique identifier or short label for the tag for shipment reference."
},
"display_text": {
"type": "string",
"description": "Label of the tag. This text is shown to users, representing the tag in an human-readable format."
}
}

🔹 Change 1371​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1372​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1373​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1374​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1375​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1376​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1377​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1378​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1379​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1380​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1381​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1382​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1383​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1384​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1385​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1386​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1387​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1388​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1389​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1390​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1391​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1392​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1393​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.hand_over_contact_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1394​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 1395​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 1396​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1397​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1398​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1399​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1400​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1401​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1402​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1403​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1404​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1405​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1406​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1407​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1408​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1409​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1410​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.discount.format
  • New Schema:
"float"

🔹 Change 1411​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1412​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1413​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1414​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1415​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1416​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1417​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1418​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1419​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1420​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1421​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.price.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1422​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.external_location_id
  • New Schema:
{
"type": "string"
}

🔹 Change 1423​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.system_messages
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SystemMessages"
}
}

🔹 Change 1424​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment.properties.process_after_config
  • New Schema:
{
"$ref": "#/components/schemas/ProcessAfterConfig"
}

🔹 Change 1425​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.properties.dp_id.format
  • New Schema:
"int32"

🔹 Change 1426​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.properties.box_type
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Box type of the shipment in which the shipment will be delivered.",
"x-not-enum": true
}

🔹 Change 1427​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.properties.shipments
  • New Schema:
{
"type": "integer",
"format": "int32"
}

🔹 Change 1428​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.properties.fulfillment_id
  • New Schema:
{
"type": "integer",
"format": "int32"
}

🔹 Change 1429​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.properties.articles
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/ArticleDetails"
}
}

🔹 Change 1430​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.properties.meta
  • New Schema:
{
"type": "object",
"additionalProperties": true
}

🔹 Change 1431​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.properties.affiliate_shipment_id
  • New Schema:
{
"type": "string"
}

🔹 Change 1432​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails
  • Schema Action: REQUIRED_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_details.required
  • New Schema:
[
"affiliate_shipment_id",
"articles",
"fulfillment_id",
"shipments"
]

🔹 Change 1433​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 1434​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 1435​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_status_history.items.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 1436​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.shipment_status_history.items.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 1437​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/transaction_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.transaction_type.enum
  • New Schema:
[
"shipment",
null
]

🔹 Change 1438​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1439​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBagById.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.charges
  • New Schema:
{
"type": "array",
"description": "Defines any additional charges for the product.",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 1440​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_bag_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 1441​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.shipment_meta.properties.estimated_delivery_date.format
  • New Schema:
"date-time"

🔹 Change 1442​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/b2b_buyer_details --> BuyerDetails --> ShipmentMeta/properties/b2b_buyer_details/properties --> ShipmentMeta/properties/b2b_buyer_details/properties/address
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.shipment_meta.properties.b2b_buyer_details.properties.address.nullable

🔹 Change 1443​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.shipment_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 1444​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.shipment_meta.properties.store_invoice_updated_date.format
  • New Schema:
"date-time"

🔹 Change 1445​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: ShipmentMeta --> ShipmentMeta/properties --> ShipmentMeta/properties/shipment_tags --> ShipmentMeta/properties/shipment_tags/items --> ShipmentTags --> ShipmentMeta/properties/shipment_tags/items/properties --> ShipmentMeta/properties/shipment_tags/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.shipment_meta.properties.shipment_tags.items.properties.entity_type.enum
  • New Schema:
[
"bag",
"shipments",
null
]

🔹 Change 1446​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/shipment_meta --> ShipmentMeta --> AffiliateDetails/properties/shipment_meta/properties --> AffiliateDetails/properties/shipment_meta/properties/order_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.shipment_meta.properties.order_type.enum
  • New Schema:
[
"HomeDelivery",
"PickAtStore",
"Digital",
null
]

🔹 Change 1447​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.affiliate_meta.properties.due_date.format
  • New Schema:
"date-time"

🔹 Change 1448​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/invoice_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.pdf_links.properties.invoice_type.enum
  • New Schema:
[
"fynd",
"external"
]

🔹 Change 1449​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/pdf_links --> PDFLinks --> AffiliateDetails/properties/pdf_links/properties --> AffiliateDetails/properties/pdf_links/properties/label_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.pdf_links.properties.label_type.enum
  • New Schema:
[
"fynd",
"external",
"parent_child"
]

🔹 Change 1450​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.config.properties.app
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateAppConfig"
}

🔹 Change 1451​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: AffiliateDetails --> AffiliateDetails/properties --> AffiliateDetails/properties/config --> AffiliateConfig --> AffiliateDetails/properties/config/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.config.properties.inventory
  • New Schema:
{
"$ref": "#/components/schemas/AffiliateInventoryConfig"
}

🔹 Change 1452​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.ad_id

🔹 Change 1453​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: PlatformShipment --> PlatformShipment/properties --> PlatformShipment/properties/affiliate_details --> AffiliateDetails --> PlatformShipment/properties/affiliate_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.affiliate_details.properties.id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The unique identifier for the affiliate."
}

🔹 Change 1454​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.article.properties.a_set

🔹 Change 1455​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.article.properties.set
  • New Schema:
{
"type": "object",
"nullable": true,
"description": "Represents the data related to combinations of articles that, while being the same product, vary by size, color, or other distinguishing features.",
"additionalProperties": true
}

🔹 Change 1456​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/article --> Article --> BagUnit/properties/article/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.article.properties.variants
  • New Schema:
{
"type": "object",
"nullable": true,
"additionalProperties": true,
"description": "This represents different variants of items such as color, shade, material, storage variants, size and more."
}

🔹 Change 1457​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.state_type.nullable

🔹 Change 1458​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1459​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1460​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1461​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1462​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1463​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1464​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1465​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1466​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.state_type.nullable

🔹 Change 1467​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1468​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1469​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1470​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1471​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1472​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1473​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1474​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.bag_status_history.items.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1475​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.brand.properties.start_date.format
  • New Schema:
"date-time"

🔹 Change 1476​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.brand.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 1477​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.brand.properties.modified_on.format
  • New Schema:
"date-time"

🔹 Change 1478​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.company.properties.created_on.format
  • New Schema:
"date-time"

🔹 Change 1479​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/company --> Company --> BagDetails/properties/company/properties --> BagDetails/properties/company/properties/company_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.company.properties.company_type.enum
  • New Schema:
[
"mbo",
"distributor",
"manufacturer-owner",
"franchise",
null
]

🔹 Change 1480​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.company.properties.modified_on.format
  • New Schema:
"date-time"

🔹 Change 1481​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.company.properties.agreement_start_date.format
  • New Schema:
"date-time"

🔹 Change 1482​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.state_type.nullable

🔹 Change 1483​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1484​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1485​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1486​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1487​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1488​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1489​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1490​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_operational_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1491​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.state_type.nullable

🔹 Change 1492​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties --> BagUnit/properties/bag_status/items/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1493​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1494​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1495​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/state_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.bag_state_mapper.properties.state_type.enum
  • New Schema:
[
"operational",
"financial",
"logistics"
]

🔹 Change 1496​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagStatusHistory --> BagStatusHistory/properties --> BagStatusHistory/properties/bag_state_mapper --> BagStateMapper --> BagStatusHistory/properties/bag_state_mapper/properties --> BagStatusHistory/properties/bag_state_mapper/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.bag_state_mapper.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1497​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.app_facing
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1498​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.action_user
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1499​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/bag_status --> BagUnit/properties/bag_status/items --> BagStatusHistory --> BagUnit/properties/bag_status/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.current_status.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1500​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.dates.properties.delivery_date.format
  • New Schema:
"date-time"

🔹 Change 1501​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1502​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1503​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1504​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1505​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1506​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1507​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1508​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1509​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1510​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1511​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1512​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1513​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1514​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1515​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1516​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1517​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1518​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1519​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1520​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1521​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1522​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.delivery_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1523​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/entity_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.entity_type.enum
  • New Schema:
[
"bag",
null
]

🔹 Change 1524​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.financial_breakup.items.properties.refund_amount
  • New Schema:
{
"type": "number"
}

🔹 Change 1525​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagUnit --> BagUnit/properties --> BagUnit/properties/financial_breakup --> BagUnit/properties/financial_breakup/items --> FinancialBreakup --> BagUnit/properties/financial_breakup/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.financial_breakup.items.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1526​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1527​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/address1
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.address1.nullable

🔹 Change 1528​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/location_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.location_type.enum
  • New Schema:
[
"high_street",
"mall",
"store",
"warehouse"
]

🔹 Change 1529​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1530​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/phone
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.store_address_json.properties.phone.nullable

🔹 Change 1531​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.store_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1532​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.store_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing"
]

🔹 Change 1533​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.store_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1534​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.meta.properties.documents.properties.gst.properties.ds_type

🔹 Change 1535​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.meta.properties.documents.properties.gst.properties.type
  • New Schema:
{
"type": "string",
"description": "Type of the document.",
"x-not-enum": true
}

🔹 Change 1536​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document
  • Schema Action: REQUIRED_FIELD_UPDATED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.fulfilling_store.properties.meta.properties.documents.properties.gst.required.0
  • New Schema:
"type"

🔹 Change 1537​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.invoice.properties.updated_date.format
  • New Schema:
"date-time"

🔹 Change 1538​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/invoice --> InvoiceDetails --> BagDetails/properties/invoice/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.invoice.properties.credit_note_id
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "The identifier for the credit note associated with the shipment, if applicable. This can be null if no credit note has been issued.\n",
"example": "F00003809A000025"
}

🔹 Change 1539​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/invoice --> InvoiceDetails --> BagDetails/properties/invoice/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.invoice.properties.pdf_links
  • New Schema:
{
"$ref": "#/components/schemas/PDFLinks"
}

🔹 Change 1540​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/item --> Item --> BagDetails/properties/item/properties --> BagDetails/properties/item/properties/attributes
  • Schema Action: DATA_TYPE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.item.properties.attributes.type

🔹 Change 1541​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.item.properties.attributes.allOf
  • New Schema:
[
{
"$ref": "#/components/schemas/Attributes"
}
]

🔹 Change 1542​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/journey_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.journey_type.enum
  • New Schema:
[
"return",
"forward"
]

🔹 Change 1543​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.affiliate_order_date.format
  • New Schema:
"date-time"

🔹 Change 1544​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1545​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1546​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1547​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1548​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1549​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1550​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1551​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1552​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1553​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1554​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1555​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1556​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1557​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1558​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 1559​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1560​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1561​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1562​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1563​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1564​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1565​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1566​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1567​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1568​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1569​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1570​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderStatusData --> OrderStatusData/properties --> OrderStatusData/properties/order_details --> OrderDetails --> OrderStatusData/properties/order_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order.properties.charges
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 1571​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/order_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.order_type.enum
  • New Schema:
[
"HomeDelivery",
"PickAtStore",
"Digital",
null
]

🔹 Change 1572​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1573​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/address1
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.address1.nullable

🔹 Change 1574​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/fulfilling_store --> Store --> BagDetails/properties/fulfilling_store/properties --> BagDetails/properties/fulfilling_store/properties/location_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.location_type.enum
  • New Schema:
[
"high_street",
"mall",
"store",
"warehouse"
]

🔹 Change 1575​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1576​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/phone
  • Schema Action: NULLABLE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.store_address_json.properties.phone.nullable

🔹 Change 1577​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.store_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1578​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Store --> Store/properties --> Store/properties/store_address_json --> StoreAddress --> Store/properties/store_address_json/properties --> Store/properties/store_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.store_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing"
]

🔹 Change 1579​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.store_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1580​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.meta.properties.documents.properties.gst.properties.ds_type

🔹 Change 1581​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document --> StoreDocuments/properties/gst/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.meta.properties.documents.properties.gst.properties.type
  • New Schema:
{
"type": "string",
"description": "Type of the document.",
"x-not-enum": true
}

🔹 Change 1582​

  • Action: replace
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: StoreDocuments --> StoreDocuments/properties --> StoreDocuments/properties/gst --> Document
  • Schema Action: REQUIRED_FIELD_UPDATED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.ordering_store.properties.meta.properties.documents.properties.gst.required.0
  • New Schema:
"type"

🔹 Change 1583​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/payment_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.payment_type.enum
  • New Schema:
[
"partner",
"self",
"fynd",
null
]

🔹 Change 1584​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1585​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1586​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1587​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1588​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1589​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1590​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1591​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1592​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1593​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1594​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1595​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1596​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1597​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1598​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.discount.format
  • New Schema:
"float"

🔹 Change 1599​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1600​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1601​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1602​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1603​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1604​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1605​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1606​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1607​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1608​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1609​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.prices.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1610​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1611​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1612​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1613​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1614​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1615​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1616​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1617​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1618​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1619​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1620​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1621​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1622​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1623​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1624​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1625​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1626​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1627​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1628​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1629​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1630​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1631​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.rto_address.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1632​

  • Action: remove
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: LineItem --> LineItem/properties --> LineItem/properties/charges --> LineItem/properties/charges/items --> Charge --> LineItem/properties/charges/items/properties --> LineItem/properties/charges/items/properties/amount --> AmountSchema
  • Schema Action: DATA_TYPE_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.line_items.items.properties.charges.items.properties.amount.type

🔹 Change 1633​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.line_items.items.properties.charges.items.properties.amount.properties

🔹 Change 1634​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.line_items.items.properties.charges.items.properties.amount.allOf
  • New Schema:
[
{
"$ref": "#/components/schemas/AmountSchema"
}
]

🔹 Change 1635​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.line_items.items.properties.charges.items.properties.tax.properties.amount.properties
  • New Schema:
{
"ordering_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
},
"base_currency": {
"$ref": "#/components/schemas/CurrencyValueSchema"
}
}

🔹 Change 1636​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Charge --> Charge/properties --> Charge/properties/tax --> Tax --> Charge/properties/tax/properties --> Charge/properties/tax/properties/amount --> AmountSchema
  • Schema Action: REQUIRED_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.line_items.items.properties.charges.items.properties.tax.properties.amount.required
  • New Schema:
[
"ordering_currency",
"base_currency"
]

🔹 Change 1637​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/line_items --> Shipment/properties/line_items/items --> LineItem
  • Schema Action: REQUIRED_FIELD_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.line_items.items.required.1
  • New Schema:
"charges"

🔹 Change 1638​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.processing_dates.properties.pack_by_date.format
  • New Schema:
"date-time"

🔹 Change 1639​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties --> CreateOrderAPI/properties/shipments/items/properties/order_type
  • Schema Action: ENUM_VALUE_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.order_type.enum.2
  • New Schema:
"Digital"

🔹 Change 1640​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1641​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1642​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1643​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1644​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1645​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1646​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1647​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1648​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1649​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1650​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1651​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1652​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1653​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1654​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1655​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1656​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1657​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1658​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1659​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1660​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1661​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.billing_address_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1662​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1663​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1664​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1665​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1666​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1667​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1668​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1669​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1670​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1671​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1672​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1673​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1674​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1675​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1676​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1677​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1678​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1679​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1680​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1681​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1682​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1683​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.delivery_address_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1684​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.tags.items.properties
  • New Schema:
{
"slug": {
"type": "string",
"description": "A unique identifier or short label for the tag for shipment reference."
},
"display_text": {
"type": "string",
"description": "Label of the tag. This text is shown to users, representing the tag in an human-readable format."
}
}

🔹 Change 1685​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1686​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.address_type.enum
  • New Schema:
[
"home",
"office",
"other",
null
]

🔹 Change 1687​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties --> Shipment/properties/billing_address_json/properties/address_category
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.address_category.enum
  • New Schema:
[
"store",
"delivery",
"billing",
null
]

🔹 Change 1688​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.created_at.format
  • New Schema:
"date-time"

🔹 Change 1689​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1690​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.address
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "An optional additional field for the street address of the address."
}

🔹 Change 1691​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.area_code_slug
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "A slug representation of the area code."
}

🔹 Change 1692​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.country_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "A code representing the country for the address."
}

🔹 Change 1693​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.country_iso_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The ISO code representing the country for the address."
}

🔹 Change 1694​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.country_phone_code
  • New Schema:
{
"type": "string",
"nullable": true,
"x-not-enum": true,
"description": "The country-specific phone code for formatting phone numbers."
}

🔹 Change 1695​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.delivery_address_id
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the delivery address."
}

🔹 Change 1696​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.geo_location
  • New Schema:
{
"type": "object",
"description": "An object containing additional geographical information related to the address.",
"additionalProperties": true
}

🔹 Change 1697​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.name
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the name associated with the address."
}

🔹 Change 1698​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.sector
  • New Schema:
{
"type": "string",
"description": "The sector or zone of the address, if applicable."
}

🔹 Change 1699​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.state_code
  • New Schema:
{
"type": "string",
"x-not-enum": true,
"description": "A code representing the state or region for the address."
}

🔹 Change 1700​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.uid
  • New Schema:
{
"type": "string",
"description": "A unique identifier for the user associated with the address."
}

🔹 Change 1701​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.user_id
  • New Schema:
{
"type": "string",
"description": "The unique identifier of the user in the system."
}

🔹 Change 1702​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.code
  • New Schema:
{
"type": "string"
}

🔹 Change 1703​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.store_address_json
  • New Schema:
{
"additionalProperties": true,
"type": "object"
}

🔹 Change 1704​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.id
  • New Schema:
{
"type": "number"
}

🔹 Change 1705​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.location_type
  • New Schema:
{
"type": "string",
"enum": [
"high_street",
"mall",
"store",
"warehouse"
]
}

🔹 Change 1706​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.company_id
  • New Schema:
{
"type": "number"
}

🔹 Change 1707​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/billing_address_json --> Address --> Shipment/properties/billing_address_json/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.hand_over_contact_json.properties.store_email
  • New Schema:
{
"type": "string"
}

🔹 Change 1708​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 1709​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 1710​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.refund_credit.format
  • New Schema:
"float"

🔹 Change 1711​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.amount_paid_roundoff.format
  • New Schema:
"float"

🔹 Change 1712​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.price_effective.format
  • New Schema:
"float"

🔹 Change 1713​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.promotion_effective_discount.format
  • New Schema:
"float"

🔹 Change 1714​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.refund_amount.format
  • New Schema:
"float"

🔹 Change 1715​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.tax_collected_at_source.format
  • New Schema:
"float"

🔹 Change 1716​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.delivery_charge.format
  • New Schema:
"float"

🔹 Change 1717​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.cashback.format
  • New Schema:
"float"

🔹 Change 1718​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.value_of_good.format
  • New Schema:
"float"

🔹 Change 1719​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.cashback_applied.format
  • New Schema:
"float"

🔹 Change 1720​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.cod_charges.format
  • New Schema:
"float"

🔹 Change 1721​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.price_marked.format
  • New Schema:
"float"

🔹 Change 1722​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.amount_paid.format
  • New Schema:
"float"

🔹 Change 1723​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.coupon_value.format
  • New Schema:
"float"

🔹 Change 1724​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.discount.format
  • New Schema:
"float"

🔹 Change 1725​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.fynd_credits.format
  • New Schema:
"float"

🔹 Change 1726​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.gift_price.format
  • New Schema:
"float"

🔹 Change 1727​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.amount_to_be_collected.format
  • New Schema:
"float"

🔹 Change 1728​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.fynd_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount specifically from Fynd promotions, which may be part of a loyalty or promotional campaign.\n",
"example": 0
}

🔹 Change 1729​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.seller_promotion_effective_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount provided directly by the seller, possibly as part of a seller-specific promotion or special offer.\n",
"example": 0
}

🔹 Change 1730​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.cn_refund_amount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The refund amount issued via a Credit Note (CN). This is a formal document representing the refunded amount as per the Credit Note issued.\n",
"example": 0
}

🔹 Change 1731​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.applied_emi_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The discount applied due to an EMI (Equated Monthly Installment) offer.\n",
"example": 150
}

🔹 Change 1732​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.applied_instant_discount
  • New Schema:
{
"type": "number",
"format": "float",
"description": "The instant discount applied to the order at checkout.\n",
"example": 300
}

🔹 Change 1733​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.added_to_fynd_cash
  • New Schema:
{
"type": "boolean"
}

🔹 Change 1734​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.gst_tax_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1735​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: OrderDetails --> OrderDetails/properties --> OrderDetails/properties/prices --> Prices --> OrderDetails/properties/prices/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.price.properties.tcs_percentage
  • New Schema:
{
"type": "number"
}

🔹 Change 1736​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.external_location_id
  • New Schema:
{
"type": "string"
}

🔹 Change 1737​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.system_messages
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SystemMessages"
}
}

🔹 Change 1738​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: CreateOrderAPI --> CreateOrderAPI/properties --> CreateOrderAPI/properties/shipments --> CreateOrderAPI/properties/shipments/items --> Shipment --> CreateOrderAPI/properties/shipments/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment.properties.process_after_config
  • New Schema:
{
"$ref": "#/components/schemas/ProcessAfterConfig"
}

🔹 Change 1739​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.properties.dp_id.format
  • New Schema:
"int32"

🔹 Change 1740​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.properties.box_type
  • New Schema:
{
"type": "string",
"nullable": true,
"description": "Box type of the shipment in which the shipment will be delivered.",
"x-not-enum": true
}

🔹 Change 1741​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.properties.shipments
  • New Schema:
{
"type": "integer",
"format": "int32"
}

🔹 Change 1742​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.properties.fulfillment_id
  • New Schema:
{
"type": "integer",
"format": "int32"
}

🔹 Change 1743​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.properties.articles
  • New Schema:
{
"type": "array",
"items": {
"$ref": "#/components/schemas/ArticleDetails"
}
}

🔹 Change 1744​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.properties.meta
  • New Schema:
{
"type": "object",
"additionalProperties": true
}

🔹 Change 1745​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails --> BagDetails/properties/shipment_details/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.properties.affiliate_shipment_id
  • New Schema:
{
"type": "string"
}

🔹 Change 1746​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagDetails --> BagDetails/properties --> BagDetails/properties/shipment_details --> ShipmentDetails
  • Schema Action: REQUIRED_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_details.required
  • New Schema:
[
"affiliate_shipment_id",
"articles",
"fulfillment_id",
"shipments"
]

🔹 Change 1747​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_status.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 1748​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_status.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 1749​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_status_history.items.properties.status_created_at.format
  • New Schema:
"date-time"

🔹 Change 1750​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: Shipment --> Shipment/properties --> Shipment/properties/status --> ShipmentStatusData --> Shipment/properties/status/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.shipment_status_history.items.properties.name
  • New Schema:
{
"type": "string"
}

🔹 Change 1751​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties --> BagData/properties/items/items/properties/transaction_type
  • Schema Action: ENUM_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.transaction_type.enum
  • New Schema:
[
"shipment",
null
]

🔹 Change 1752​

  • Action: add
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.updated_at.format
  • New Schema:
"date-time"

🔹 Change 1753​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/items --> BagData/properties/items/items --> BagDetails --> BagData/properties/items/items/properties
  • Schema Action: PROPERTY_ADDED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.items.items.properties.charges
  • New Schema:
{
"type": "array",
"description": "Defines any additional charges for the product.",
"items": {
"$ref": "#/components/schemas/PriceAdjustmentCharge"
}
}

🔹 Change 1754​

  • Action: remove
  • Type: breaking
  • xGroup: N/A
  • Schema Ref: BagData --> BagData/properties --> BagData/properties/page --> BagsPage
  • Schema Action: REQUIRED_REMOVED
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getBags.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.data.properties.page.required

🔹 Change 1755​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerFlags
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"operationId": "getStateManagerFlags",
"description": "Fetch all state manager flags.",
"summary": "Fetch all state manager flags.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_no",
"required": false,
"schema": {
"type": "integer",
"default": 1
},
"description": "The page number for pagination.",
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_size",
"required": false,
"schema": {
"type": "integer",
"default": 50
},
"description": "The number of items to be returned per page for pagination.",
"examples": {
"success": {
"value": 1
}
}
}
],
"responses": {
"200": {
"description": "Successfully fetched the state transition flags.",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StateTransitionFlag"
}
},
"page": {
"$ref": "#/components/schemas/PaginationInfo"
}
}
},
"examples": {
"success": {
"$ref": "#/components/examples/StateTransitionFlagsSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/state/transition/flags",
"methodType": "get"
}
}

🔹 Change 1756​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerFlagById
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch a specific state manager flag by id.",
"operationId": "getStateManagerFlagById",
"description": "Fetch a specific state manager flag by id.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "flag_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 15
}
}
}
],
"responses": {
"200": {
"description": "Successfully fetched the state transition flags.",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StateTransitionFlag"
}
},
"page": {
"$ref": "#/components/schemas/PaginationInfo"
}
}
},
"examples": {
"success": {
"$ref": "#/components/examples/StateTransitionFlagByIdSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/state/transition/flags/{flag_id}",
"methodType": "get"
}
}

🔹 Change 1757​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerFilters
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch all State Transition filters",
"operationId": "getStateManagerFilters",
"description": "Fetch all state manager filters.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_no",
"required": false,
"schema": {
"type": "integer",
"default": 1
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_size",
"required": false,
"schema": {
"type": "integer",
"default": 10
},
"examples": {
"success": {
"value": 1
}
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StateManagerFilter"
}
},
"page": {
"$ref": "#/components/schemas/PaginationInfo"
}
}
},
"examples": {
"success": {
"$ref": "#/components/examples/StateTransitionFiltersSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/state/transition/filters",
"methodType": "get"
}
}

🔹 Change 1758​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerFilterById
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch a specific State Transition filter",
"operationId": "getStateManagerFilterById",
"description": "Fetch a specific state manager filter by id.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
}
},
{
"in": "path",
"name": "filter_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 3
}
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StateManagerFilter"
}
},
"page": {
"$ref": "#/components/schemas/PaginationInfo"
}
}
},
"examples": {
"success": {
"$ref": "#/components/examples/StateTransitionFilterByIdSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/state/transition/filters/{filter_id}",
"methodType": "get"
}
}

🔹 Change 1759​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerTasks
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch all State Transition tasks",
"operationId": "getStateManagerTasks",
"description": "Fetch all State Transition tasks",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_no",
"required": false,
"schema": {
"type": "integer",
"default": 1
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_size",
"required": false,
"schema": {
"type": "integer",
"default": 50
},
"examples": {
"success": {
"value": 2
}
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StateManagerTask"
}
},
"page": {
"$ref": "#/components/schemas/PaginationInfo"
}
}
},
"examples": {
"success": {
"$ref": "#/components/examples/StateTransitionTasksSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/state/transition/tasks",
"methodType": "get"
}
}

🔹 Change 1760​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerTaskById
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch a specific State Transition task",
"operationId": "getStateManagerTaskById",
"description": "Fetch a specific State Transition task",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "task_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 23
}
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StateManagerTask"
}
},
"page": {
"$ref": "#/components/schemas/PaginationInfo"
}
}
},
"examples": {
"success": {
"$ref": "#/components/examples/StateTransitionTaskByIdSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/state/transition/tasks/{task_id}",
"methodType": "get"
}
}

🔹 Change 1761​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerStates
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Get all states for a company and channel",
"operationId": "getStateManagerStates",
"description": "Get all states for a company and channel",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
}
}
},
{
"in": "query",
"name": "page_no",
"required": false,
"schema": {
"type": "integer",
"default": 1
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_size",
"required": false,
"schema": {
"type": "integer",
"default": 20
},
"examples": {
"success": {
"value": 2
}
}
},
{
"in": "query",
"name": "state_id",
"required": false,
"schema": {
"type": "integer"
}
},
{
"in": "query",
"name": "is_active",
"required": false,
"schema": {
"type": "integer",
"default": 1
}
},
{
"in": "query",
"name": "state_type",
"required": false,
"schema": {
"x-not-enum": true,
"type": "string"
}
},
{
"in": "query",
"name": "journey_type",
"required": false,
"schema": {
"x-not-enum": true,
"type": "string"
}
},
{
"in": "query",
"name": "search_value",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PaginatedStates"
},
"examples": {
"success": {
"$ref": "#/components/examples/GetStateTransitionStatesSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/states",
"methodType": "get"
}
}

🔹 Change 1762​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.addStateManagerState
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Add new state for a channel",
"operationId": "addStateManagerState",
"description": "Add new state for a channel",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateManagerStateItems"
},
"examples": {
"success": {
"$ref": "#/components/examples/AddStateTransitionStatesRequestSchema"
}
}
}
}
},
"responses": {
"200": {
"description": "Add new State Manager state",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateManagerStateItems"
},
"examples": {
"success": {
"$ref": "#/components/examples/AddStateTransitionStatesSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/states",
"methodType": "post"
}
}

🔹 Change 1763​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateStateManagerState
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Update state for a channel",
"operationId": "updateStateManagerState",
"description": "Update state for a channel",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateStateManagerStateItems"
},
"examples": {
"success": {
"$ref": "#/components/examples/UpdateStateTransitionStatesRequestSchema"
}
}
}
}
},
"responses": {
"200": {
"description": "Update State Manager state",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateStateManagerStateItems"
},
"examples": {
"success": {
"$ref": "#/components/examples/UpdateStateTransitionStatesSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/states",
"methodType": "put"
}
}

🔹 Change 1764​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerDataSources
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Get all data sources to create condition/transition config",
"operationId": "getStateManagerDataSources",
"description": "Get all data sources to create condition/transition config",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "source_type",
"required": true,
"schema": {
"type": "string",
"x-not-enum": true
},
"examples": {
"success": {
"value": "inventory_actions"
}
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateManagerDataSource"
},
"examples": {
"success": {
"$ref": "#/components/examples/StateTransitionDataSourceSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/state/transition/datasource",
"methodType": "get"
}
}

🔹 Change 1765​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerConditions
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch all conditions to create state manager tree",
"operationId": "getStateManagerConditions",
"description": "Fetch all conditions to create state manager tree",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "app123"
},
"failure": {
"value": "app123"
}
}
},
{
"in": "query",
"name": "condition_status",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "published"
},
"failure": {
"value": "invalid_status"
}
}
},
{
"in": "query",
"name": "page_no",
"required": false,
"schema": {
"type": "integer",
"default": 1
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_size",
"required": false,
"schema": {
"type": "integer",
"default": 20
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "sort_type",
"required": false,
"schema": {
"type": "string",
"enum": [
"asc",
"desc"
],
"default": "desc"
}
},
{
"in": "query",
"name": "sort_by",
"required": false,
"schema": {
"type": "string",
"enum": [
"priority",
"created_at"
],
"default": "priority"
}
},
{
"in": "query",
"name": "search_value",
"required": false,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "is_active",
"required": false,
"schema": {
"type": "string",
"enum": [
"true",
"false"
],
"default": "true"
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateManagerConditionSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/GetStateTransitionConditionsSuccessResponse"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"$ref": "#/components/examples/GetStateTransitionConditionsFailureResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/condition",
"methodType": "get"
}
}

🔹 Change 1766​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.addStateManagerCondition
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Add new condition for a state manager tree",
"operationId": "addStateManagerCondition",
"description": "Add new condition for a state manager tree",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "app123"
},
"failure": {
"value": "app123"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AddStateManagerConditionSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/AddStateTransitionConditionRequestSchema"
},
"failure": {
"$ref": "#/components/examples/AddStateTransitionConditionRequestSchema"
}
}
}
}
},
"responses": {
"200": {
"description": "State Transition Condition created successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateStateTreeConditionSuccessResponseSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/AddStateTransitionConditionSuccessResponse"
}
}
}
}
},
"400": {
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"$ref": "#/components/examples/AddStateTransitionConditionFailureResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/condition",
"methodType": "post"
}
}

🔹 Change 1767​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerConditionById
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch single condition",
"operationId": "getStateManagerConditionById",
"description": "Fetch single condition",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "app123"
},
"failure": {
"value": "app123"
}
}
},
{
"in": "path",
"name": "condition_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "666b4abff1e2fffb08cebf8b"
},
"failure": {
"value": "666bedaf3847272ed54619aa"
}
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateManagerConditions"
},
"examples": {
"success": {
"$ref": "#/components/examples/GetStateTransitionConditionByIdSuccessResponse"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"$ref": "#/components/examples/GetStateTransitionConditionByIdFailureResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/condition/{condition_id}",
"methodType": "get"
}
}

🔹 Change 1768​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateStateManagerConditions
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"operationId": "updateStateManagerConditions",
"summary": "Update multiple state manager conditions",
"description": "Update multiple state manager conditions",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "app123"
},
"failure": {
"value": "app123"
}
}
},
{
"in": "path",
"name": "condition_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "666b4acaf1e2fffb08ced4b2"
},
"failure": {
"value": "666bedaf3847272ed54619aa"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateStateManagerConditionSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/UpdateStateTransitionConditionByIdRequestSchema"
},
"failure": {
"$ref": "#/components/examples/UpdateStateTransitionConditionByIdRequestSchema"
}
}
}
}
},
"responses": {
"200": {
"description": "State Transition Condition created successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SuccessResponseSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/UpdateStateTransitionConditionByIdSuccessResponse"
}
}
}
}
},
"400": {
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponseSchema"
},
"examples": {
"failure": {
"$ref": "#/components/examples/UpdateStateTransitionConditionByIdFailureResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/condition/{condition_id}",
"methodType": "put"
}
}

🔹 Change 1769​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.addStateManagerTreeConfig
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Add new config for a state manager tree",
"operationId": "addStateManagerTreeConfig",
"description": "Add new config for a state manager tree",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AddStateManagerTreeConfigSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/AddStateTransitionTreeConfigRequestSchema"
}
}
}
}
},
"responses": {
"200": {
"description": "State Tree config added successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateTreeConfigSuccessResponseSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/AddStateTransitionTreeConfigSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/tree/config",
"methodType": "post"
}
}

🔹 Change 1770​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerTrees
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch all state manager tree",
"operationId": "getStateManagerTrees",
"description": "Fetch all state manager tree",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "app123"
}
}
},
{
"in": "query",
"name": "page_no",
"required": false,
"schema": {
"type": "integer",
"default": 1
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "page_size",
"required": false,
"schema": {
"type": "integer",
"default": 10
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "search_value",
"required": false,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "is_active",
"required": false,
"schema": {
"type": "string",
"enum": [
"true",
"false"
],
"default": "true"
}
},
{
"in": "query",
"name": "state_tree_status",
"required": true,
"schema": {
"type": "string",
"enum": [
"locked",
"linked",
"unlinked"
]
},
"examples": {
"success": {
"value": "locked"
}
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateManagerTreeListResponseSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/GetStateTransitionTreesSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/tree",
"methodType": "get"
}
}

🔹 Change 1771​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getStateManagerTreeConfigById
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"State Manager"
],
"summary": "Fetch state manager config details by id",
"operationId": "getStateManagerTreeConfigById",
"description": "This endpoint allows for the retrieval of specific state manager configuration details using a unique identifier. It provides the capability to update various order properties, such as tax details and metadata, ensuring precise and flexible order adjustments.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "655cbbb68bd7831239082ce1"
}
}
},
{
"in": "path",
"name": "state_tree_config_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "666bedaf3847272ed54619aa"
}
}
},
{
"in": "query",
"name": "state",
"required": false,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "config_property",
"required": false,
"schema": {
"type": "string",
"enum": [
"pre_hooks",
"post_hooks",
"trigger",
"flags"
]
}
}
],
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StateManagerConfigDetailSchema"
},
"examples": {
"success": {
"$ref": "#/components/examples/GetStateTransitionTreeConfigByIdSuccessResponse"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"StateManager"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/state/transition/config/{state_tree_config_id}",
"methodType": "get"
}
}

🔹 Change 1772​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.fetchHistoricalData
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Fetch Historical Shipment Data"
],
"summary": "Fetch Historical Shipment Data\n",
"description": "Fetches historical data for a shipment that has transitioned to a new state, allowing services reliant on OMS to access the shipment's details as they were in a previous state. It is particularly useful when specific information from a prior state, such as Bag Invoiced, is needed after the shipment has advanced to another stage. This ensures that essential data remains accessible for processes that depend on the shipment's earlier state.\n",
"operationId": "fetchHistoricalData",
"parameters": [
{
"name": "company_id",
"in": "path",
"required": true,
"description": "The Id Of The Company.",
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 1
}
}
},
{
"name": "shipment_id",
"in": "path",
"required": true,
"description": "The unique identifier for the shipment. This ID is used to track and reference the shipment throughout its journey.\n",
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "16723221293671646028"
},
"failure": {
"value": "16723221293671646028"
}
}
},
{
"name": "desired_state",
"in": "path",
"required": true,
"description": "The desired state of which data has to be fetched. This can be the current state or the state that has already passed.\n",
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "placed"
},
"failure": {
"value": "test"
}
}
}
],
"responses": {
"200": {
"description": "Successful operation for fetching historical data based on the requested Shipment Id.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/FetchHistoricalDataPayload"
},
"examples": {
"success": {
"$ref": "#/components/examples/FetchHistoricalDataResponse"
}
}
}
}
},
"422": {
"description": "The request wasn't understood by the server, generally due to bad syntax.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ValidationError"
},
"examples": {
"failure": {
"$ref": "#/components/examples/APIValidationError"
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/shipments/{shipment_id}/historical/{desired_state}",
"methodType": "get"
}
}

🔹 Change 1773​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.postRefundStateConfiguration
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RefundConfiguration"
],
"operationId": "postRefundStateConfiguration",
"description": "Configure refund state rules based on category paths and payment type.",
"summary": "Configure refund state rules by category path and payment type.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"description": "Unique identifier of a company on the platform.",
"schema": {
"type": "integer"
},
"examples": {
"Company id": {
"value": 1
}
}
},
{
"in": "query",
"name": "app_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "65057a8b6599714daeb5e24c"
},
"failure": {
"value": "2"
}
}
},
{
"in": "query",
"name": "payment_type",
"required": true,
"schema": {
"type": "string",
"x-not-enum": true
},
"examples": {
"success": {
"value": "prepaid"
},
"failure": {
"value": "unknown_payment_type"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PostRefundStateConfiguration"
},
"examples": {
"success": {
"value": {
"payment_type": "prepaid",
"configurations": [
{
"config_id": null,
"category_paths": [
{
"department": "default",
"l1_category": "default",
"l2_category": "default",
"l3_category": "default"
}
],
"states": [
"bag_lost",
"cancelled_customer",
"cancelled_fynd",
"refund_approved",
"return_accepted",
"return_bag_in_transit",
"return_bag_lost",
"return_bag_picked",
"rto_bag_accepted",
"rto_bag_delivered"
],
"allow_refund_initiate": false
},
{
"states": [
"cancelled_fynd"
],
"allow_refund_initiate": false,
"category_paths": [
{
"department": "industrial-supplies",
"l1_category": null,
"l2_category": null,
"l3_category": null
}
]
}
],
"application_id": "65057a8b6599714daeb5e24c"
}
},
"failure": {
"value": {
"unknown_key": "1"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Refund configuration created or updated successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PostRefundStateConfigurationResponseSchema"
},
"examples": {
"success": {
"value": {
"success": true,
"message": "Refund configuration successfully created"
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Refund"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/refund/states/config",
"methodType": "post"
}
}

🔹 Change 1774​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRefundStateConfiguration
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RefundConfiguration"
],
"operationId": "getRefundStateConfiguration",
"description": "Retrieve refund state configuration based on app ID and payment type.",
"summary": "Get refund configuration by app and payment type",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "Unique identifier of a company on the platform.",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 1
}
}
},
{
"in": "query",
"name": "app_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "default_fynd"
},
"failure": {
"value": "invalid_app_id"
}
}
},
{
"in": "query",
"name": "payment_type",
"required": true,
"schema": {
"type": "string",
"x-not-enum": true
},
"examples": {
"success": {
"value": "prepaid"
},
"failure": {
"value": "unknown_payment_type"
}
}
}
],
"responses": {
"200": {
"description": "Successfully retrieved refund configuration.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/GetRefundStateConfigurationResponseSchema"
},
"examples": {
"success": {
"value": {
"success": true,
"config": {
"payment_type": "prepaid",
"configurations": [
{
"config_id": null,
"category_paths": [
{
"department": "default",
"l1_category": null,
"l2_category": null,
"l3_category": null
}
],
"states": [
"bag_lost",
"cancelled_customer"
],
"allow_refund_initiate": false
}
]
}
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Refund"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/refund/states/config",
"methodType": "get"
}
}

🔹 Change 1775​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRefundEnableStateList
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RefundConfiguration"
],
"operationId": "getRefundEnableStateList",
"description": "refund configuration.",
"summary": "Refund State Configurationb",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"description": "Unique identifier of a company on the platform.",
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
}
],
"responses": {
"200": {
"description": "It shows the Refund states",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/GetRefundStates"
},
"examples": {
"success": {
"value": {
"items": [
{
"state": "cancelled_customer",
"display_name": "Cancelled by Customer"
},
{
"state": "cancelled_fynd",
"display_name": "Cancelled by Fynd"
}
],
"success": true,
"status": 200
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Refund"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/refund/states",
"methodType": "get"
}
}

🔹 Change 1776​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.postRefundConfiguration
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RefundConfiguration"
],
"operationId": "postRefundConfiguration",
"description": "refund configuration.",
"summary": "refund configuration.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
},
{
"in": "query",
"name": "app_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "9876543211"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RefundStateConfigurationManualSchema"
},
"examples": {
"success": {
"value": {
"prepaid": {
"is_manual": false
},
"non_prepaid": {
"is_manual": true
},
"mix_mop": {
"is_manual": false
}
}
}
}
}
}
},
"responses": {
"200": {
"description": "refund config.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RefundStateConfigurationManualSchemaResponseSchema"
},
"examples": {
"success": {
"value": {
"success": true,
"data": {
"mix_mop": {
"message": "manual refund for mix_mop",
"is_manual": false
},
"prepaid": {
"message": "manual refund for prepaid",
"is_manual": false
},
"non_prepaid": {
"message": "manual refund for non_prepaid",
"is_manual": true
}
}
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Refund"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/refund/config",
"methodType": "post"
}
}

🔹 Change 1777​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRefundConfiguration
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RefundConfiguration"
],
"operationId": "getRefundConfiguration",
"description": "refund configuration.",
"summary": "refund configuration.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"examples": {
"Company id": {
"value": 1
}
},
"schema": {
"type": "integer"
}
},
{
"in": "query",
"name": "app_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "1"
},
"failure": {
"value": "1"
}
}
}
],
"responses": {
"200": {
"description": "refund config.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RefundStateConfigurationManualSchemaResponseSchema"
},
"examples": {
"success": {
"value": {
"success": true,
"data": {
"mix_mop": {
"message": "manual refund for mix_mop",
"is_manual": false
},
"prepaid": {
"message": "manual refund for prepaid",
"is_manual": false
},
"non_prepaid": {
"message": "manual refund for non_prepaid",
"is_manual": true
}
}
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Refund"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/refund/config",
"methodType": "get"
}
}

🔹 Change 1778​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRefundOptions
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RefundOptions"
],
"operationId": "getRefundOptions",
"summary": "Retrieve refund options with amount breakup for specific shipment and bags.",
"description": "This API can be used for giving the refund amount with available option of MOPs.",
"parameters": [
{
"in": "path",
"description": "ID of the shipment. An order may contain multiple items and may get divided into one or more shipment, each having its own ID.",
"name": "shipment_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"summary": "Valid shipment_id.",
"value": "17210282542051402375"
},
"failure": {
"summary": "Invalid shipment ID",
"value": 1
}
}
},
{
"in": "path",
"description": "This is the company_id for the sales channel.",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"summary": "valid company ID",
"value": "1234"
},
"failure": {
"summary": "Invalid Company ID",
"value": "abcd"
}
}
},
{
"in": "query",
"description": "It is the bag_id of the bags with comma separated.",
"name": "bag_ids",
"required": false,
"schema": {
"type": "string"
},
"examples": {
"success": {
"summary": "Valid bag id with comma separated.",
"value": "21248920"
},
"failure": {
"summary": "Invalid bag ids.",
"value": "abc,123"
}
}
},
{
"in": "query",
"description": "It is the desired state at which refund amount needs to be calculated.",
"name": "state",
"required": false,
"schema": {
"type": "string"
},
"examples": {
"success": {
"summary": "Valid state of a shipment.",
"value": "cancelled_customer"
},
"failure": {
"summary": "Invalid state of a shipment.",
"value": 1
}
}
},
{
"in": "query",
"description": "It is affiliate id of the order in case of cross selling.",
"name": "optin_app_id",
"required": false,
"schema": {
"type": "string"
},
"examples": {
"success": {
"summary": "Valid optin_app_id in case of cross selling.",
"value": "5e2fafc88b352fdcbc49fa30"
},
"failure": {
"summary": "Invalid option_app_id in case of cross selling.",
"value": "abcd1234"
}
}
},
{
"in": "query",
"description": "It is company id of the order in case of cross selling.",
"name": "optin_company_id",
"required": false,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"summary": "Valid optin_company_id in case of cross selling.",
"value": 123
},
"failure": {
"summary": "Invalid option_company_id in case of cross selling.",
"value": "abcd"
}
}
},
{
"in": "query",
"description": "It specifies the desired status to which the shipment should be updated. It represents the next step in the shipment's lifecycle, such as being cancelled by the customer or moved to another status in the shipping process.",
"name": "status",
"required": false,
"schema": {
"type": "string"
},
"examples": {
"success": {
"summary": "Valid status name.",
"value": "cancelled_customer"
},
"failure": {
"summary": "Invalid status name.",
"value": "12345"
}
}
}
],
"responses": {
"200": {
"description": "refund option.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RefundOptionsSchemaResponseSchema"
},
"examples": {
"success": {
"value": {
"success": true,
"currency": {
"currency_code": "INR",
"currency_symbol": "?"
},
"refund_options": [
{
"id": 210,
"name": "refund_to_source",
"display_name": "Refund to Source",
"is_active": true,
"breakups": [
{
"mode": "Online",
"amount": 1150,
"display_name": "Online Modes",
"offline": false
}
],
"option": [],
"offline": false
},
{
"id": 211,
"name": "creditnote",
"display_name": "Credit Note",
"is_active": true,
"amount": 2300,
"breakups": [],
"option": [],
"offline": false
}
]
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Refund"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/shipment/{shipment_id}/refund-options",
"methodType": "get"
}
}

🔹 Change 1779​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.click2Call
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Ninja API"
],
"operationId": "click2Call",
"description": "Click to call. ",
"parameters": [
{
"in": "query",
"name": "caller",
"required": true,
"description": "Call Number",
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "1"
},
"failure": {
"value": "1"
}
}
},
{
"in": "query",
"name": "receiver",
"required": true,
"description": "Receiver Number",
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "1"
},
"failure": {
"value": "1"
}
}
},
{
"in": "query",
"name": "bag_id",
"required": true,
"description": "Bag Id for the query",
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "1"
},
"failure": {
"value": ""
}
}
},
{
"in": "query",
"name": "caller_id",
"required": false,
"description": "Caller Id",
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "9999999999"
},
"failure": {
"value": "1"
}
}
},
{
"in": "query",
"name": "method",
"required": false,
"description": "Provider Method to Call",
"schema": {
"type": "string",
"example": "dial.click2call"
},
"examples": {
"success": {
"value": "9999999999"
},
"failure": {
"value": "1"
}
}
},
{
"in": "path",
"name": "company_id",
"required": true,
"description": "Unique identifier of a company on the platform.",
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 1
}
}
}
],
"responses": {
"200": {
"description": "Process call on request!",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Click2CallResponseSchema"
},
"examples": {
"success": {
"value": {
"success": true,
"call_id": "c2c_646b00bc-984c-4c10-bb8d-0e850a1e0022"
}
}
}
}
}
},
"400": {
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorDetail"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "Both `caller` and `receiver` are required"
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"summary": "Click to call.",
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/ninja/click2call",
"methodType": "get"
}
}

🔹 Change 1780​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.fetchCreditBalanceDetail
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"FetchCreditBalanceDetail"
],
"operationId": "fetchCreditBalanceDetail",
"description": "Retrieve details about credit balance on the basis of customer mobile number",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 288
},
"failure": {
"value": 2
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/FetchCreditBalanceRequestPayload"
},
"examples": {
"success": {
"value": {
"affiliate_id": "12265",
"seller_id": 123,
"customer_mobile_number": "1234567890"
}
},
"failure": {
"value": {
"affiliate_id": "12345",
"seller_id": 123,
"customer_mobile_number": "1234567890"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Credit Balance will be fetched",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/FetchCreditBalanceResponsePayload"
},
"examples": {
"success": {
"value": {
"success": true,
"data": {
"customer_mobile_number": "1234567890",
"total_credited_balance": 741,
"is_cn_locked": true,
"total_locked_amount": 410,
"allowed_redemption_amount": 848
},
"message": "",
"status": 200
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/fulfilment/write"
]
}
],
"summary": "Fetch credit balance detail.",
"x-groups": [
"Refund"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/customer-credit-balance",
"methodType": "post"
}
}

🔹 Change 1781​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getQuestions
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"GetQuestions"
],
"operationId": "getQuestions",
"description": "Get all questions of that cluster",
"summary": "Get all questions of that cluster",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
},
"failure": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
},
"failure": {
"value": "6573205f9217394923560aae"
}
}
},
{
"in": "query",
"name": "page_no",
"required": false,
"schema": {
"type": "integer",
"default": 1
}
},
{
"in": "query",
"name": "page_size",
"required": false,
"schema": {
"type": "integer",
"default": 10
}
},
{
"in": "query",
"name": "q",
"description": "To search questions using query",
"schema": {
"type": "string",
"default": "None"
}
},
{
"in": "query",
"name": "is_active",
"description": "To get active questions",
"schema": {
"type": "boolean",
"default": "None"
},
"examples": {
"failure": {
"value": 567576
}
}
}
],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"page": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"current": {
"type": "integer"
},
"size": {
"type": "integer"
},
"item_total": {
"type": "integer"
},
"page_size": {
"type": "integer"
},
"has_previous": {
"type": "boolean"
},
"has_next": {
"type": "boolean"
}
}
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"display_name": {
"type": "string",
"nullable": true
},
"slug": {
"type": "string",
"nullable": true
},
"is_active": {
"type": "boolean",
"nullable": true
},
"position": {
"type": "integer",
"nullable": true
},
"created_at": {
"type": "string",
"nullable": true
},
"updated_at": {
"type": "string",
"nullable": true
},
"created_by": {
"type": "string",
"nullable": true
},
"updated_by": {
"type": "string",
"nullable": true
}
}
}
},
"success": {
"type": "boolean",
"nullable": true
},
"error": {
"$ref": "#/components/schemas/QuestionErrorResponseSchema"
}
}
},
"examples": {
"success": {
"value": {
"page": {
"type": "number",
"current": 1,
"size": 1,
"item_total": 9,
"page_size": 100,
"has_previous": false,
"has_next": false
},
"items": [
{
"id": 12,
"display_name": "Dummy TESTTTT 2",
"slug": "dummy_testttt_",
"is_active": true,
"position": 1,
"created_at": "2024-03-21T14:51:35",
"updated_at": "2024-03-21T14:51:35",
"created_by": " ",
"updated_by": " "
},
{
"id": 11,
"display_name": "Dummy TESTTTT",
"slug": "dummy_testttt",
"is_active": true,
"position": 2,
"created_at": "2024-03-21T12:53:00",
"updated_at": "2024-03-21T14:51:35",
"created_by": " ",
"updated_by": " "
}
],
"success": true,
"error": {
"type": null,
"value": null,
"message": null
}
}
}
}
}
}
},
"400": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean",
"nullable": true
},
"error": {
"$ref": "#/components/schemas/QuestionErrorResponseSchema"
}
}
},
"examples": {
"failure": {
"value": {
"type": null,
"value": null,
"message": null
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/question",
"methodType": "get"
}
}

🔹 Change 1782​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRuleLaneConfig
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RuleLaneConfig"
],
"operationId": "getRuleLaneConfig",
"description": "Retrieve rule lane configurations",
"summary": "Retrieve rule lane configurations",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
}
}
},
{
"in": "query",
"name": "search_value",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/LaneRuleConfigSchema"
},
"examples": {
"success": {
"value": {
"super_lanes": [
{
"text": "Return",
"value": "return",
"options": [
{
"text": "All",
"value": "all",
"total_items": 2
},
{
"text": "Active",
"value": "active",
"total_items": 2
},
{
"text": "Inactive",
"value": "inactive",
"total_items": 0
}
],
"total_items": 2
},
{
"text": "Cancel",
"value": "cancel",
"options": [
{
"text": "All",
"value": "all",
"total_items": 1
},
{
"text": "Active",
"value": "active",
"total_items": 1
},
{
"text": "Inactive",
"value": "inactive",
"total_items": 0
}
],
"total_items": 1
}
]
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule-lane-config",
"methodType": "get"
}
}

🔹 Change 1783​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.createRule
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"CreateRule"
],
"operationId": "createRule",
"description": "Create a new rule",
"summary": "Create a new rule",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
},
"failure": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
},
"failure": {
"value": "6573205f9217394923560aae"
}
}
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleRequestSchema"
},
"examples": {
"success": {
"value": {
"flow_type": "return",
"name": "Sample Rule",
"description": "Default description",
"entity_type": "l3",
"value": "5",
"channel": "6573205f9217394923560aae",
"rule_type": "custom",
"is_deleted": false,
"restrict_forward_serviceability": true,
"conditions": [
{
"value": 500,
"variable": "prices.price_effective",
"operation": ">"
}
],
"meta": {
"department": {
"id": "39",
"display_name": "Personal"
},
"l3": {
"id": "3",
"display_name": "Test Category l3"
}
},
"qc_enabled": true,
"is_active": true,
"actions": {
"reasons": [
{
"id": 1,
"display_name": "Product is not of good quality",
"remark_required": true,
"qc_type": [
"doorstep_qc"
],
"question_set": [
{
"id": 1,
"display_name": "Check brand name"
},
{
"id": 2,
"display_name": "Check price tag"
}
],
"meta": {
"show_text_area": true
},
"is_active": true
}
]
}
}
},
"failure": {
"value": {
"flow_type": "return",
"name": "Sample Rule",
"description": "Default description",
"entity_type": "l3",
"value": "5",
"channel": "6573205f9217394923560aae",
"rule_type": "global",
"is_deleted": false,
"restrict_forward_serviceability": true,
"conditions": [
{
"value": 500,
"variable": "prices.price_effective",
"operation": ">"
}
],
"meta": {
"department": {
"id": "39",
"display_name": "Personal"
},
"l3": {
"id": "3",
"display_name": "Test Category l3"
}
},
"qc_enabled": true,
"is_active": true,
"actions": {
"reasons": [
{
"id": 1,
"display_name": "Product is not of good quality",
"remark_required": true,
"qc_type": [
"doorstep_qc"
],
"question_set": [
{
"id": 1,
"display_name": "Check brand name"
},
{
"id": 2,
"display_name": "Check price tag"
}
],
"meta": {
"show_text_area": true
},
"is_active": true
}
]
}
}
}
}
}
}
},
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleSuccessResponseSchema"
},
"examples": {
"success": {
"value": {
"id": 72,
"success": "success",
"error": {
"type": null,
"value": null,
"message": null
}
}
}
}
}
}
},
"400": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": ""
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule",
"methodType": "post"
}
}

🔹 Change 1784​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRuleById
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"GetRuleById"
],
"operationId": "getRuleById",
"description": "Get a specific rule by ID",
"summary": "Get a specific rule by ID",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
},
"failure": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
},
"failure": {
"value": "6573205f9217394923560aae"
}
}
},
{
"in": "path",
"name": "rule_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "102"
},
"failure": {
"value": "0"
}
}
}
],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleResponseSchema"
},
"examples": {
"success": {
"value": {
"id": 101,
"items": {
"id": "102",
"entity_type": "l3",
"value": "5",
"channel": "6573205f9217394923560aae",
"actions": {
"reasons": [
{
"id": 1,
"meta": {
"show_text_area": true
},
"qc_type": [
"doorstep_qc"
],
"is_active": true,
"display_name": "Product is not of good quality",
"question_set": [
{
"id": 1,
"display_name": "Check brand name"
},
{
"id": 2,
"display_name": "Check price tag"
}
],
"show_text_area": false,
"remark_required": true
}
]
},
"qc_enabled": true,
"is_deleted": false,
"conditions": [
{
"value": 500,
"variable": "prices.price_effective",
"operation": ">"
}
],
"meta": {
"l3": {
"id": "3",
"display_name": "Test Category l3"
},
"department": {
"id": "39",
"display_name": "Personal"
},
"restrict_forward_serviceability": true
},
"rule_type": "custom",
"is_active": true,
"name": "Sample Rule",
"description": "Default description",
"flow_type": "return",
"position": 1,
"restrict_forward_serviceability": true
},
"success": true,
"error": {
"type": null,
"value": null,
"message": null
}
}
}
}
}
}
},
"400": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": ""
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule/{rule_id}",
"methodType": "get"
}
}

🔹 Change 1785​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateRule
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"UpdateRule"
],
"operationId": "updateRule",
"description": "Update a specific rule by ID",
"summary": "Update a specific rule by ID",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
},
"failure": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
},
"failure": {
"value": "6573205f9217394923560aae"
}
}
},
{
"in": "path",
"name": "rule_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "102"
},
"failure": {
"value": "0"
}
}
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleUpdateRequestSchema"
},
"examples": {
"success": {
"value": {
"flow_type": "return",
"position": 1,
"name": "Sample Rule",
"description": "Default description",
"entity_type": "l3",
"value": "5",
"channel": "6573205f9217394923560aae",
"rule_type": "custom",
"is_deleted": false,
"restrict_forward_serviceability": true,
"conditions": [
{
"value": 500,
"variable": "prices.price_effective",
"operation": ">"
}
],
"meta": {
"department": {
"id": "39",
"display_name": "Personal"
},
"l3": {
"id": "3",
"display_name": "Test Category l3"
},
"restrict_forward_serviceability": true
},
"qc_enabled": true,
"is_active": true,
"actions": {
"reasons": [
{
"id": 1,
"display_name": "Product is not of good quality",
"remark_required": true,
"qc_type": [
"doorstep_qc"
],
"question_set": [
{
"id": 1,
"display_name": "Check brand name"
},
{
"id": 2,
"display_name": "Check price tag"
}
],
"meta": {
"show_text_area": true
},
"is_active": true
}
]
}
}
},
"failure": {
"value": {
"flow_type": "return",
"position": 1,
"name": "Sample Rule",
"description": "Default description",
"entity_type": "l3",
"value": "5",
"channel": "6573205f9217394923560aae",
"rule_type": "custom",
"is_deleted": false,
"restrict_forward_serviceability": true,
"conditions": [
{
"value": 500,
"variable": "prices.price_effective",
"operation": ">"
}
],
"meta": {
"department": {
"id": "39",
"display_name": "Personal"
},
"l3": {
"id": "3",
"display_name": "Test Category l3"
},
"restrict_forward_serviceability": true
},
"qc_enabled": true,
"is_active": true,
"actions": {
"reasons": [
{
"id": 1,
"display_name": "Product is not of good quality",
"remark_required": true,
"qc_type": [
"doorstep_qc"
],
"question_set": [
{
"id": 1,
"display_name": "Check brand name"
},
{
"id": 2,
"display_name": "Check price tag"
}
],
"meta": {
"show_text_area": true
},
"is_active": true
}
]
}
}
}
}
}
}
},
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleSuccessResponseSchema"
},
"examples": {
"success": {
"value": {
"id": 72,
"success": "success",
"error": {
"type": null,
"value": null,
"message": null
}
}
}
}
}
}
},
"400": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": ""
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule/{rule_id}",
"methodType": "put"
}
}

🔹 Change 1786​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.deleteRule
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"DeleteRule"
],
"operationId": "deleteRule",
"description": "Delete a specific rule by ID",
"summary": "Delete a specific rule by ID",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
},
"failure": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
},
"failure": {
"value": "6573205f9217394923560aae"
}
}
},
{
"in": "path",
"name": "rule_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "102"
},
"failure": {
"value": "0"
}
}
}
],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleSuccessResponseSchema"
},
"examples": {
"success": {
"value": {
"id": 72,
"success": "success",
"error": {
"type": null,
"value": null,
"message": null
}
}
}
}
}
}
},
"400": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": ""
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule/{rule_id}",
"methodType": "delete"
}
}

🔹 Change 1787​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateRulePosition
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RulePositionUpdate"
],
"operationId": "updateRulePosition",
"description": "Update the position of a rule",
"summary": "Update the position of a rule",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
},
"failure": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
},
"failure": {
"value": "6573205f9217394923560aae"
}
}
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateRulePositionRequestSchema"
},
"examples": {
"success": {
"value": {
"rule_id": 75,
"page_no": 1,
"page_size": 10,
"position": 1,
"flow_type": "return"
}
},
"failure": {
"value": {
"rule_id": 0,
"page_no": 1,
"page_size": 10,
"position": 1,
"flow_type": "return"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleListResponseSchema"
},
"examples": {
"success": {
"value": {
"page": {
"type": "number",
"current": 1,
"size": 10,
"item_total": 100,
"has_previous": true,
"has_next": true,
"page_size": 10
},
"items": [
{
"id": "1",
"entity_type": "default",
"value": "1",
"channel": "0000000000000000003",
"actions": {
"reasons": [
{
"id": 1,
"meta": {
"show_text_area": true
},
"qc_type": [
"doorstep_qc"
],
"is_active": true,
"display_name": "Example Reason",
"question_set": [
{
"id": 1,
"display_name": "Check Brand Image"
}
],
"show_text_area": false,
"remark_required": true
}
]
},
"qc_enabled": true,
"is_deleted": false,
"conditions": [
{
"value": 500,
"variable": "prices.price_effective",
"operation": ">"
}
],
"meta": {
"l3": {
"id": "3",
"display_name": "Test Category l3"
},
"department": {
"id": "39",
"display_name": "Personal"
},
"restrict_forward_serviceability": true
},
"rule_type": "custom",
"is_active": true,
"name": "Sample Rule",
"description": "Default description",
"flow_type": "return",
"position": 1,
"restrict_forward_serviceability": true
}
],
"success": true,
"error": null
}
}
}
}
}
},
"400": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": ""
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule-position",
"methodType": "post"
}
}

🔹 Change 1788​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRuleParameters
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RuleParameters"
],
"operationId": "getRuleParameters",
"description": "Get available rule parameters",
"summary": "Get available rule parameters",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
}
}
}
],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleParametersResponseSchema"
},
"examples": {
"success": {
"value": [
{
"text": "Department & Category",
"value": "department_and_category"
},
{
"text": "Actual Price (MRP/MSRP)",
"value": "actual_price"
},
{
"text": "Selling Price (ESP)",
"value": "selling_price"
},
{
"text": "Product Tag",
"value": "product_tag"
}
]
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule-parameters",
"methodType": "get"
}
}

🔹 Change 1789​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getRuleList
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"RuleListing"
],
"operationId": "getRuleList",
"description": "Get a list of rules",
"summary": "Get a list of rules",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "1"
},
"failure": {
"value": "2"
}
}
},
{
"in": "path",
"name": "application_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "6573205f9217394923560aae"
},
"failure": {
"value": "6573205f9217394923560aae"
}
}
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleListRequestSchema"
},
"examples": {
"success": {
"value": {
"page_no": 1,
"page_size": 5,
"flow_type": "return",
"lane_type": "active"
}
},
"failure": {
"value": {
"page_no": 1,
"page_size": 5,
"flow_type": "dummy",
"lane_type": "all"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleListResponseSchema"
},
"examples": {
"success": {
"value": {
"page": {
"type": "number",
"current": 1,
"size": 10,
"item_total": 100,
"has_previous": true,
"has_next": true,
"page_size": 10
},
"items": [
{
"id": "1",
"entity_type": "default",
"value": "1",
"channel": "0000000000000000003",
"actions": {
"reasons": [
{
"id": 1,
"meta": {
"show_text_area": true
},
"qc_type": [
"doorstep_qc"
],
"is_active": true,
"display_name": "Example Reason",
"question_set": [
{
"id": 1,
"display_name": "Check Brand Image"
}
],
"show_text_area": false,
"remark_required": true
}
]
},
"qc_enabled": true,
"is_deleted": false,
"conditions": [
{
"value": 500,
"variable": "prices.price_effective",
"operation": ">"
}
],
"meta": {
"l3": {
"id": "3",
"display_name": "Test Category l3"
},
"department": {
"id": "39",
"display_name": "Personal"
},
"restrict_forward_serviceability": true
},
"rule_type": "custom",
"is_active": true,
"name": "Sample Rule",
"description": "Default description",
"flow_type": "return",
"position": 1,
"restrict_forward_serviceability": true
}
],
"success": true,
"error": null
}
}
}
}
}
},
"400": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RuleErrorResponseSchema"
},
"examples": {
"failure": {
"value": {
"success": false,
"error": ""
}
}
}
}
}
}
},
"security": [
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/application/{application_id}/rule_list",
"methodType": "post"
}
}

🔹 Change 1790​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateShipment
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Shipments API"
],
"operationId": "updateShipment",
"description": "Shipment action transition or Shipment data update or both.",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "company id from where are transitioning the shipment state or data",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateShipmentActionRequestSchema"
},
"examples": {
"success": {
"value": {
"statuses": [
{
"shipments": [
{
"identifier": "16728353318851994859",
"products": [
{
"identifier": "JCRNLN01400",
"quantity": 10
}
],
"transition_comments": [
{
"title": "Title",
"message": "Comment for the Transisiton"
}
]
}
],
"action": "TASK_ENROUTE_TO_DESTINATION",
"exclude_bags_next_state": "",
"split_shipment": false
}
],
"task": false,
"force_transition": true,
"lock_after_transition": false,
"unlock_before_transition": true
}
}
}
}
}
},
"responses": {
"200": {
"description": "NOTE success response can contains success and failed result as well",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateShipmentStatusResponseBody"
},
"examples": {
"success": {
"value": {
"response": {
"statuses": [
{
"shipments": [
{
"status": 200,
"final_state": {
"bag_confirmed": "bag_confirmed",
"shipment_id": "16836279770211860494"
},
"identifier": "16836279770211860494"
}
]
},
{
"shipments": [
{
"status": 400,
"message": "Invalid State Transition bag_confirmed detected for given entity",
"code": "",
"exception": "ValidationError",
"stack_trace": "",
"meta": {},
"identifier": "16836279770211860494"
}
]
}
]
}
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/fulfilment/write"
]
}
],
"summary": "Update shipment status.",
"x-groups": [
"Shipment"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/shipment/update",
"methodType": "put"
}
}

🔹 Change 1791​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateOrder
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"UpdateOrder"
],
"operationId": "updateOrder",
"description": "Enables the updating of various order properties, including tax_details, meta, and more, providing flexibility and precision in order adjustments.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"description": "Unique identifier of a company on the platform.",
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"partialsuccess": {
"value": 1
},
"failure": {
"value": 1
}
}
},
{
"in": "path",
"name": "order_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "FY5E9175435813769749"
},
"partialsuccess": {
"value": "FY5E9175435813769749"
},
"failure": {
"value": "FY5E9175435813769749"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OrderUpdatePayload"
},
"examples": {
"success": {
"value": {
"data": [
{
"key": "tax_details",
"value": {
"pan_no": "FDLPK2690H"
}
}
]
}
},
"partialsuccess": {
"value": {
"data": [
{
"key": "tax_details",
"value": {
"pan_no": "FDLPK2690H"
}
},
{
"key": "store_id",
"value": "test"
}
]
}
},
"failure": {
"value": {
"data": [
{
"key": "store_id",
"value": "test"
}
]
}
}
}
}
}
},
"responses": {
"200": {
"description": "Contains success message when order is updated successfully!",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OrderUpdateResponseDetail"
},
"examples": {
"success": {
"value": {
"success": true,
"message": "Order FY5E9175435813769749 updated successfully."
}
}
}
}
}
},
"206": {
"description": "Order is updated partially here!",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OrderUpdateResponseDetail"
},
"examples": {
"partialsuccess": {
"value": {
"success": true,
"message": "Order FY5E9175435813769749 partially updated.",
"validate_errors": {
"invalid_data_keys": [
"store_id"
]
}
}
}
}
}
}
},
"400": {
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OrderUpdateResponseDetail"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "Order FY5E9175435813769749 not updated.",
"validate_errors": {
"invalid_data_keys": [
"store_id"
]
}
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/fulfilment/write"
]
}
],
"summary": "Enables the updating of various order properties, including tax_details, meta, and more, providing flexibility and precision in order adjustments.",
"x-groups": [
"Order"
],
"path": "/service/platform/order-manage/v1.0/company/{company_id}/order/{order_id}",
"methodType": "put"
}
}

🔹 Change 1792​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateUserViewPosition
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Views"
],
"operationId": "updateUserViewPosition",
"description": "Update User view(Parent view and child view) position",
"summary": "Update User view(Parent view and child view) position",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "Id of company",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 2
},
"failure": {
"value": 2
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UserViewPosition"
},
"examples": {
"success": {
"value": {
"view_type": "parent_view",
"slug": "refunds",
"label": "Refunds",
"new_position": 2,
"show_in": "shipment_view"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Success. Check the example shown below.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateUpdateDeleteResponseSchema"
},
"examples": {
"success": {
"value": {
"message": "Order Config Updated Successfully."
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/view/position",
"methodType": "put"
}
}

🔹 Change 1793​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getUserViews
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Views"
],
"operationId": "getUserViews",
"description": "Get custom view for every unique user cross company pair.",
"summary": "Get custom view for every unique user cross company pair.",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "Id of company",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 2
},
"failure": {
"value": 2
}
}
},
{
"in": "query",
"name": "show_in",
"description": "Name of view to get filters for.",
"required": true,
"schema": {
"type": "string",
"enum": [
"shipment_view",
"order_view"
]
},
"examples": {
"success": {
"value": "shipment_view"
}
}
}
],
"responses": {
"200": {
"description": "Success. Check the example shown below.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UserViewsResponseSchema"
},
"examples": {
"success": {
"value": {
"parent_views": [
{
"views": [
{
"id": "65858ec5e5a448bea2d30c0d",
"slug": "packed",
"label": "Packed",
"is_editable": true,
"show_in": "shipment_view",
"filters": [
{
"label": "Shipment Status",
"value": "bag_status",
"options": [
{
"label": "Placed",
"value": "placed",
"state_type": "operational"
},
{
"label": "My New State",
"value": "my_new_state",
"state_type": "operational"
}
],
"type": "multi_select"
},
{
"label": "Delivery Partner",
"value": "dp_ids",
"options": [
{
"label": "Xpress Bee",
"value": "3b2r8g27r8"
},
{
"label": "Self Ship",
"value": "self_ship"
}
],
"type": "multi_select"
}
]
}
],
"slug": "processed",
"label": "Processed",
"position": 2,
"is_editable": true,
"show_in": "shipment_view"
},
{
"views": [
{
"id": "65858e50e5a448bea2d30c0c",
"slug": "reassigned",
"label": "Reassigned",
"is_editable": true,
"show_in": "shipment_view",
"filters": [
{
"label": "Shipment Status",
"value": "bag_status",
"options": [
{
"label": "Placed",
"value": "placed",
"state_type": "operational"
},
{
"label": "DP assigned",
"value": "dp_assigned",
"state_type": "operational"
}
],
"type": "multi_select"
},
{
"label": "Delivery Partner",
"value": "dp_ids",
"options": [
{
"label": "Xpress Bee",
"value": "3b2r8g27r8"
},
{
"label": "Self Ship",
"value": "self_ship"
}
],
"type": "multi_select"
}
]
}
],
"slug": "unfilfilled",
"label": "Unfulfilled",
"position": 3,
"is_editable": true,
"show_in": "shipment_view"
}
]
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/views",
"methodType": "get"
}
}

🔹 Change 1794​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.addUserViews
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Views"
],
"operationId": "addUserViews",
"description": "Add custom view for every unique user cross company pair.",
"summary": "Add custom view for every unique user cross company pair.",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "Id of company",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 2
},
"failure": {
"value": 2
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UserViewsResponseSchema"
},
"examples": {
"success": {
"value": {
"parent_views": [
{
"views": [
{
"slug": "packed",
"label": "Packed",
"is_editable": true,
"show_in": "shipment_view",
"filters": [
{
"label": "Shipment Status",
"value": "bag_status",
"options": [
{
"label": "Placed",
"value": "placed"
},
{
"label": "My New State",
"value": "my_new_state"
}
],
"type": "multi_select"
},
{
"label": "Delivery Partner",
"value": "dp_ids",
"options": [
{
"label": "Xpress Bee",
"value": "3b2r8g27r8"
},
{
"label": "Self Ship",
"value": "self_ship"
}
],
"type": "multi_select"
}
]
}
],
"slug": "processed",
"label": "Processed",
"show_in": "shipment_view",
"is_editable": true
},
{
"views": [
{
"slug": "reassigned",
"label": "Reassigned",
"is_editable": true,
"show_in": "shipment_view",
"filters": [
{
"label": "Shipment Status",
"value": "bag_status",
"options": [
{
"label": "Placed",
"value": "placed"
},
{
"label": "DP assigned",
"value": "dp_assigned"
}
],
"type": "multi_select"
},
{
"label": "Delivery Partner",
"value": "dp_ids",
"options": [
{
"label": "Xpress Bee",
"value": "3b2r8g27r8"
},
{
"label": "Self Ship",
"value": "self_ship"
}
],
"type": "multi_select"
}
]
}
],
"slug": "unfilfilled",
"label": "Unfulfilled",
"show_in": "shipment_view",
"is_editable": true
}
]
}
}
}
}
}
},
"responses": {
"200": {
"description": "Success. Check the example shown below.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateUpdateDeleteResponseSchema"
},
"examples": {
"success": {
"value": {
"message": "User view added successfully"
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/views",
"methodType": "post"
}
}

🔹 Change 1795​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateUserViews
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Views"
],
"operationId": "updateUserViews",
"description": "Update custom view for every unique user cross company pair.",
"summary": "Update custom view for every unique user cross company pair.",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "Id of company",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 2
},
"failure": {
"value": 2
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UserViewsResponseSchema"
},
"examples": {
"success": {
"value": {
"parent_views": [
{
"views": [
{
"slug": "packed",
"id": "66a3628634e4f86adac7fed3",
"label": "Packed_test",
"is_editable": true,
"show_in": "shipment_view",
"position": 0,
"filters": [
{
"label": "Shipment Status",
"value": "bag_status",
"options": [
{
"label": "Placed",
"value": "placed"
},
{
"label": "My New State",
"value": "my_new_state"
}
],
"type": "multi_select"
},
{
"label": "Delivery Partner",
"value": "dp_ids",
"options": [
{
"label": "Xpress Bee",
"value": "3b2r8g27r8"
},
{
"label": "Self Ship",
"value": "self_ship"
}
],
"type": "multi_select"
}
]
}
],
"slug": "unfulfilled",
"label": "Unfulfilled",
"show_in": "shipment_view",
"is_editable": true
}
]
}
}
}
}
}
},
"responses": {
"200": {
"description": "Success. Check the example shown below.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateUpdateDeleteResponseSchema"
},
"examples": {
"success": {
"value": {
"message": "User view updated successfully"
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/views",
"methodType": "put"
}
}

🔹 Change 1796​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.deleteUserViews
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Views"
],
"operationId": "deleteUserViews",
"description": "Delete custom view for every unique user cross company pair.",
"summary": "Delete custom view for every unique user cross company pair.",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "Id of company",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 2
},
"failure": {
"value": 2
}
}
},
{
"in": "query",
"name": "view_id",
"description": "Comma separated values of view ids",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "66a3628634e4f86adac7fed3"
}
}
}
],
"responses": {
"200": {
"description": "Success. Check the example shown below.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateUpdateDeleteResponseSchema"
},
"examples": {
"success": {
"value": {
"message": "User view deleted successfully"
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/write"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/views",
"methodType": "delete"
}
}

🔹 Change 1797​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getGlobalFilters
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Filters"
],
"operationId": "getGlobalFilters",
"description": "Get global filters for populating filter listing and powering views api.",
"summary": "Get global filters for populating filter listing and powering views api.",
"parameters": [
{
"in": "path",
"name": "company_id",
"description": "Id of company",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 2
},
"failure": {
"value": 2
}
}
},
{
"in": "query",
"name": "show_in",
"description": "Name of view to get filters for",
"required": true,
"schema": {
"type": "string",
"enum": [
"shipment_view",
"order_view"
]
},
"examples": {
"success": {
"value": "shipment_view"
}
}
}
],
"responses": {
"200": {
"description": "Global list of filters",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/GlobalFiltersResponseSchema"
},
"examples": {
"succcess": {
"value": {
"config": "default",
"filters": [
{
"label": "Fulfilling Stores",
"value": "stores",
"filter_type": "global",
"type": "single_select",
"options": []
},
{
"label": "Fulfillment Modes",
"value": "fulfillment_modes",
"filter_type": "global",
"type": "multi_select",
"options": []
},
{
"label": "Sort Type",
"value": "sort_type",
"type": "single_select",
"filter_type": "global",
"options": [
{
"label": "SLA",
"value": "sla_asc"
},
{
"label": "Newest First",
"value": "created_date_desc"
},
{
"label": "Oldest First",
"value": "created_date_asc"
}
]
},
{
"label": "Search Types",
"value": "search_type",
"type": "single_select",
"filter_type": "global",
"options": [
{
"label": "Auto",
"value": "auto",
"placeholder_text": "Search by Shipment ID, Order ID or Customer Email",
"min_search_size": 5,
"show_ui": true
},
{
"label": "Shipment ID",
"value": "shipment_id",
"placeholder_text": "Search by Shipment ID",
"min_search_size": 6,
"show_ui": true
},
{
"label": "User ID",
"value": "user_id",
"placeholder_text": "Search by User ID",
"min_search_size": 4,
"show_ui": false
},
{
"label": "Bag ID",
"value": "bag_id",
"placeholder_text": "Search by Bag ID",
"min_search_size": 4,
"show_ui": true
},
{
"label": "Order ID",
"value": "order_id",
"placeholder_text": "Search by Order ID",
"min_search_size": 6,
"show_ui": true
},
{
"label": "External Order ID",
"value": "external_order_id",
"placeholder_text": "Search by External Order ID",
"min_search_size": 6,
"show_ui": true
},
{
"label": "External Bag ID",
"value": "external_bag_id",
"placeholder_text": "Search by External Bag ID",
"min_search_size": 6,
"show_ui": true
},
{
"label": "External Shipment ID",
"value": "external_shipment_id",
"placeholder_text": "Search by External Shipment ID",
"min_search_size": 6,
"show_ui": true
},
{
"label": "Channel Shipment ID",
"value": "channel_shipment_id",
"placeholder_text": "Search by Channel Shipment ID",
"min_search_size": 6,
"show_ui": true
},
{
"label": "Invoice",
"value": "invoice_id",
"placeholder_text": "Search by Invoice",
"min_search_size": 5,
"show_ui": true
},
{
"label": "AWB",
"value": "awb_no",
"placeholder_text": "Search by AWB",
"min_search_size": 10,
"show_ui": true
},
{
"label": "SKU",
"value": "sku",
"placeholder_text": "Search by SKU",
"min_search_size": 3,
"show_ui": true
},
{
"label": "EAN",
"value": "ean",
"placeholder_text": "Search by EAN",
"min_search_size": 3,
"show_ui": true
},
{
"label": "ALU",
"value": "alu",
"placeholder_text": "Search by ALU",
"min_search_size": 3,
"show_ui": true
},
{
"label": "UPC",
"value": "upc",
"placeholder_text": "Search by UPC",
"min_search_size": 3,
"show_ui": true
},
{
"label": "Customer Registered Phone",
"value": "registered_phone",
"placeholder_text": "Search by Customer Registered Phone",
"min_search_size": 3,
"show_ui": true
},
{
"label": "Customer Name",
"value": "name",
"placeholder_text": "Search by Customer Name",
"min_search_size": 3,
"show_ui": true
},
{
"label": "Customer Phone",
"value": "phone",
"placeholder_text": "Search by Customer Phone",
"min_search_size": 3,
"show_ui": true
},
{
"label": "Customer Email",
"value": "email",
"placeholder_text": "Search by Customer Email",
"min_search_size": 5,
"show_ui": true
},
{
"label": "Return ID",
"value": "return_id",
"placeholder_text": "Search by Return ID",
"min_search_size": 5,
"show_ui": true
},
{
"label": "Tags",
"value": "tags",
"placeholder_text": "Search by Tags",
"min_search_size": 3,
"show_ui": false
}
]
},
{
"label": "Shipment Status",
"filter_type": "advance",
"value": "bag_status",
"type": "multi_select",
"options": [
{
"label": "Placed",
"value": "placed",
"state_type": "operational"
},
{
"label": "Confirmed",
"value": "bag_confirmed",
"state_type": "operational"
},
{
"label": "DP Assigned",
"value": "dp_assigned",
"state_type": "operational"
}
]
},
{
"label": "Time to Dispatch",
"value": "time_to_dispatch",
"type": "single_select",
"filter_type": "advance",
"placeholder_text": "Select time to dispatch",
"options": [
{
"label": "Breached",
"value": "1"
},
{
"label": "Not Breached",
"value": "-1"
}
]
},
{
"label": "Payment Methods",
"value": "payment_methods",
"type": "single_select",
"filter_type": "advance",
"placeholder_text": "Select payment methods",
"options": [
{
"label": "COD",
"value": "COD"
},
{
"label": "Prepaid",
"value": "PREPAID"
}
]
},
{
"label": "Delivery Partner",
"value": "dp_ids",
"filter_type": "advance",
"type": "multi_select",
"placeholder_text": "Select delivery partners",
"required": true,
"options": [
{
"label": "Self Delivery",
"value": "652255c58ab4101b2595c6c5|652255c58ab4101b2595c6c5",
"name": "Self Delivery"
}
]
},
{
"label": "Sales Channel",
"value": "sales_channels",
"placeholder_text": "Select sales channels",
"filter_type": "advance",
"type": "multi_select",
"required": false,
"options": [
{
"label": "Test Company - 1",
"value": "655cbbb68bd7831239082ce1",
"name": "Test Company - 1"
}
]
},
{
"label": "Tags",
"value": "tags",
"filter_type": "advance",
"type": "multi_select",
"placeholder_text": "Select tags",
"required": false,
"options": []
}
],
"company_id": null,
"show_in": "shipment_view"
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/filters",
"methodType": "get"
}
}

🔹 Change 1798​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.getOrderConfig
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Orders"
],
"operationId": "getOrderConfig",
"description": "Get the Order Configuration for the application.",
"summary": "Get the Order Configuration for the application.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 2
}
}
},
{
"in": "path",
"name": "app_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "64410d95bdb39c39d1ce3397"
},
"failure": {
"value": "64410d95"
}
}
}
],
"responses": {
"200": {
"description": "Sucessfully fetched the order config for the application.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OrderConfig"
},
"examples": {
"success": {
"$ref": "#/components/examples/OrderConfigExample"
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/order/config/{app_id}",
"methodType": "get"
}
}

🔹 Change 1799​

  • Action: add
  • Type: non-breaking
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: paths.::action:-:OPERATION_ID_UPDATED::.updateOrderConfig
  • New Schema:
{
"methodTypePlaceHolder": {
"tags": [
"Orders"
],
"operationId": "updateOrderConfig",
"description": "Update/Insert the Order Configuration for the application.",
"summary": "Update/Insert the Order Configuration for the application.",
"parameters": [
{
"in": "path",
"name": "company_id",
"required": true,
"schema": {
"type": "integer"
},
"examples": {
"success": {
"value": 1
},
"failure": {
"value": 2
}
}
},
{
"in": "path",
"name": "app_id",
"required": true,
"schema": {
"type": "string"
},
"examples": {
"success": {
"value": "64410d95bdb39c39d1ce3397"
},
"failure": {
"value": "None"
}
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ConfigData"
},
"examples": {
"success": {
"$ref": "#/components/examples/OrderConfigRequestBodyExample"
}
}
}
}
},
"responses": {
"200": {
"description": "Success. Check the example shown below.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateUpdateDeleteResponseSchema"
},
"examples": {
"success": {
"value": {
"success": true,
"message": "Order Config Updated Successfully."
}
}
}
}
}
},
"400": {
"description": "Bad request. See the error object in the response body to know the exact reason.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Error"
},
"examples": {
"failure": {
"value": {
"success": false,
"message": "Validation Error"
}
}
}
}
}
}
},
"security": [
{
"applicationId": [],
"applicationToken": []
},
{
"oauth2": [
"company/orders/read"
]
}
],
"x-groups": [
"Order"
],
"path": "/service/platform/order/v1.0/company/{company_id}/order/config/{app_id}",
"methodType": "post"
}
}

Was this section helpful?