{ "opencollection": "1.0.0", "info": { "name": "Conekta Antifraud Shipping Contacts API", "version": "2.2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shipping Contacts", "type": "folder" }, "items": [ { "info": { "name": "Create a shipping contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.conekta.io/customers/:id/shipping_contacts", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a shipping contacts for a customer." }, { "info": { "name": "Update shipping contacts", "type": "http" }, "http": { "method": "PUT", "url": "https://api.conekta.io/customers/:id/shipping_contacts/:shipping_contacts_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" }, { "name": "shipping_contacts_id", "value": "6307a60c41de27127515a575", "type": "path", "description": "identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update shipping contact that corresponds to a customer ID." }, { "info": { "name": "Delete shipping contacts", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.conekta.io/customers/:id/shipping_contacts/:shipping_contacts_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" }, { "name": "shipping_contacts_id", "value": "6307a60c41de27127515a575", "type": "path", "description": "identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete shipping contact that corresponds to a customer ID." } ] } ], "bundled": true }