Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acris TSP - B2B LSP - compliance check #1920

Open
abhinavv245 opened this issue Jan 31, 2025 · 0 comments
Open

Acris TSP - B2B LSP - compliance check #1920

abhinavv245 opened this issue Jan 31, 2025 · 0 comments

Comments

@abhinavv245
Copy link
Collaborator

  • payments/params/transaction_id is missing (as payment is collected by BPP), Also real information to be provided for other details
  • do not send dummy information from your side

/on_search

  • items/tags(Cargo details)/delivery_mode cannot be an empty string
  • provider/locations to be provided in case the shipment is to be dropped at provider's location (in case you are sending ,send complete details)

/on_confirm

  • 'Accepted' is not a valid fulfillment state
  • do not use dummy values (fulfillment details)

on_update

  • No corresponding action found for on_update

/on_status

  • Pickup timestamp (fulfillments/start/time/timestamp) is required for fulfillment state - Order-delivered",
  • Delivery timestamp (fulfillments/end/time/timestamp) is required for fulfillment state - Order-delivered
  • provide all necessary on_status calls (At-destination-hub, In-transit, etc)

FLOW-2

Flow Error

Context

on_update_0:
tmpstmpErr: No corresponding action found for on_update

Message

on_cancel_0:
updatedAtErr: order/updated_at should be updated w.r.t context/timestamp

Missing Data in on_cancel

fulfillment/stops/start timestamp is missing.
rto_initiated object is missing.

Missing Data in on_status

"Order picked up", "Order picked", and "Out for delivery" calls are missing
fulfillment/stops/start timestamp is missing
RTO object is missing for on_status rto_initiated
fulfillment/state/descriptor/code should be cancelled
RTO object is missing for on_status rto_delivered

FLow-3

Flow Error

Context

on_update_0:
tmpstmpErr: Timestamp difference for on_update exceeds 5 seconds

Missing Data in on_update

fulfillments[0].tags.Ready_To_Ship: Missing in on_update (Ready_To_Ship)
fulfillments[0].tags.AWB_No: Missing in on_update (AWB_No)
fulfillments[0].tags.Eway_Bill_No: Missing in on_update (Eway_Bill_No)
fulfillments[0].tags.Invoice_Number: Missing in on_update (Invoice_Number)

@dvyach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant